Skip to content

Commit

Permalink
Add run_both.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alxest committed Aug 9, 2015
1 parent dff6364 commit 302019b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_both.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mcs -unsafe $1.cs && mono $1.exe && rm $1.exe
echo "--------------------------"
g++ -o $1.o $1.cpp && ./$1.o && rm $1.o

0 comments on commit 302019b

Please sign in to comment.