gist:bd556ced72c8426b9141

Sign up for a GitHub account Sign in All Gists kyleterry / gist:bd556ced72c8426b9141 Created November 26, 2014 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav View gist:bd556ced72c8426b9141 gistfile1.txt Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #!/bin/sh export LD_LIBRARY_PATH=./build/lib:$LD_LIBRARY_PATH <<<<<<< HEAD if [ "$1" == "valgrind" ] then valgrind --leak-check=full --track-origins=yes ./build/bin/oleg_test ======= rm -rf /tmp/oleg_is_king CMD=./build/bin/oleg_test if [ $# -eq 0 ]; then $CMD else if [ $1 == "gdb" ]; then gdb --args $CMD elif [ $1 == "valgrind" ]; then v...

Linked on 2014-11-26 04:58:39 | Similar Links