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

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