Skip to content

Instantly share code, notes, and snippets.

@aruneko
Created September 23, 2014 10:28
Show Gist options
  • Save aruneko/871df1a5751c80231d97 to your computer and use it in GitHub Desktop.
Save aruneko/871df1a5751c80231d97 to your computer and use it in GitHub Desktop.

Revisions

  1. aruneko created this gist Sep 23, 2014.
    7 changes: 7 additions & 0 deletions build.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #!/bin/sh

    g++ -o $1 $1.cpp
    if [ ! -e ./bin ]; then
    mkdir bin
    fi
    mv $1 ./bin/