Created
June 29, 2020 22:50
-
-
Save stestagg/318494e205b3058d5591a720a8ed5549 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in findings/*/crashes/* | |
set -l dest desc/(basename $i) | |
if [ ! -e $dest ] | |
echo $i | |
lldb -b --one-line "run $i" --one-line-on-crash 'quit' ./run > $dest | |
sleep 0.1 | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment