mirror of
https://github.com/deadbeefmonster/docker-binaryexploitation.git
synced 2025-11-08 19:43:57 +01:00
Fix newlines in shell scripts
This commit is contained in:
parent
4398bd2868
commit
c5f996b3cf
1
run.sh
1
run.sh
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user