correct newlines in utility scripts

This commit is contained in:
2016-05-15 22:26:41 +01:00
parent 6a9cd89ced
commit 372944dc81
11 changed files with 6 additions and 6 deletions

0
bin/build Normal file → Executable file
View File

0
bin/clean Normal file → Executable file
View File

2
bin/enter Normal file → Executable file
View File

@@ -1,2 +1,2 @@
PID=`docker inspect -f "{{ .State.Pid }}" $1`
nsenter --target $PID --mount --uts --ipc --net --pid -- $2 -l
nsenter --target $PID --mount --uts --ipc --net --pid -- $2 -l

2
bin/enter-bash Normal file → Executable file
View File

@@ -1,2 +1,2 @@
PID=`docker inspect -f "{{ .State.Pid }}" $1`
nsenter --target $PID --mount --uts --ipc --net --pid -- /bin/bash -l
nsenter --target $PID --mount --uts --ipc --net --pid -- /bin/bash -l

2
bin/killall Normal file → Executable file
View File

@@ -1 +1 @@
docker kill `docker ps -q`
docker kill `docker ps -q`

0
bin/make Normal file → Executable file
View File

2
bin/pidenter Normal file → Executable file
View File

@@ -1 +1 @@
nsenter --target $1 --mount --uts --ipc --net --pid -- /bin/bash -l
nsenter --target $1 --mount --uts --ipc --net --pid -- /bin/bash -l

0
bin/purge Normal file → Executable file
View File

2
bin/run-bash Normal file → Executable file
View File

@@ -1 +1 @@
docker run -it $1 /bin/bash
docker run -it $1 /bin/bash

0
bin/ssh Normal file → Executable file
View File

2
bin/stopall Normal file → Executable file
View File

@@ -1 +1 @@
docker stop `docker ps -q`
docker stop `docker ps -q`