From c5f996b3cfe4d96b7bfa8a4bd30b6cd411da6927 Mon Sep 17 00:00:00 2001 From: sog Date: Sat, 18 Apr 2020 10:05:00 -0400 Subject: [PATCH] Fix newlines in shell scripts --- run.sh | 1 - shell.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 2ea424d..3f7729a 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,2 @@ #!/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 - diff --git a/shell.sh b/shell.sh index 3ec4109..4afe8a3 100755 --- a/shell.sh +++ b/shell.sh @@ -1,2 +1,2 @@ #!/bin/sh -docker exec -it docker-binaryexploitation /bin/bash \ No newline at end of file +docker exec -it docker-binaryexploitation /bin/bash