Fix newlines in shell scripts

This commit is contained in:
sog 2020-04-18 10:05:00 -04:00
parent 4398bd2868
commit c5f996b3cf
2 changed files with 1 additions and 2 deletions

1
run.sh
View File

@ -1,3 +1,2 @@
#!/bin/sh #!/bin/sh
docker run --rm -v "$(pwd):/pwd" --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name docker-binaryexploitation -i docker-binaryexploitation:ubuntu19.10 docker run --rm -v "$(pwd):/pwd" --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name docker-binaryexploitation -i docker-binaryexploitation:ubuntu19.10

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
docker exec -it docker-binaryexploitation /bin/bash docker exec -it docker-binaryexploitation /bin/bash