Add shebang

This commit is contained in:
Daniel Goldberg 2017-09-05 18:07:05 +03:00 committed by GitHub
parent e2f9d19022
commit 3889aec975
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#!/usr/bin/env bash
gcc -c -Wall -Werror -fpic sc_monkey_runner.c
gcc -shared -o sc_monkey_runner.so sc_monkey_runner.o