mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 02:09:11 +00:00
fix shebang
This commit is contained in:
parent
a9e85987aa
commit
85026a493d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash -ex
|
||||
|
||||
wget https://web.eecs.utk.edu/~plank/plank/papers/CS-07-593/galois.tar
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -e
|
||||
#!/bin/bash -ex
|
||||
|
||||
[ -e libc-database ] || git clone https://github.com/niklasb/libc-database
|
||||
|
||||
|
|
Loading…
Reference in a new issue