Skip to content

Instantly share code, notes, and snippets.

@stestagg
Created June 29, 2020 22:50
Show Gist options
  • Save stestagg/318494e205b3058d5591a720a8ed5549 to your computer and use it in GitHub Desktop.
Save stestagg/318494e205b3058d5591a720a8ed5549 to your computer and use it in GitHub Desktop.
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