Skip to content

Commit

Permalink
Create compile-gcc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kphongagsorn authored Jan 7, 2018
1 parent 1b64eb3 commit 940b232
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assignment3/compile-gcc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

gcc -fno-stack-protector -z execstack $1.c -o $1

0 comments on commit 940b232

Please sign in to comment.