mirror of
https://github.com/deadbeefmonster/docker-binaryexploitation.git
synced 2025-12-29 02:08:28 +01:00
Fix newlines in shell scripts
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user