Skip to content

Instantly share code, notes, and snippets.

@dkovacevic15
Created March 31, 2018 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkovacevic15/3306b8ae32c13672e725b3727a57aad3 to your computer and use it in GitHub Desktop.
Save dkovacevic15/3306b8ae32c13672e725b3727a57aad3 to your computer and use it in GitHub Desktop.
gcc -static -m32 -o main main.c -I. -L. -lrafkids_lin -pthread
> test.log # Empty the file
while [[ ${PIPESTATUS[0]} -eq 0 ]]
do
./main | tee -a test.log
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment