Skip to content

Instantly share code, notes, and snippets.

@pamaury
Created June 5, 2016 21:21
Show Gist options
  • Save pamaury/fd669906eb8e91165dfe9352fd029613 to your computer and use it in GitHub Desktop.
Save pamaury/fd669906eb8e91165dfe9352fd029613 to your computer and use it in GitHub Desktop.
cat ../www/buildserver/builds | grep sim | awk 'BEGIN { FS=":"; } { system("rm -rf build && mkdir build && cd build && "$7 " -j9 && make install && xvfb-run ./rockboxui && cp simdisk/*.bmp ../builtin-2048/ && cd .. && rm -rf build"); }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment