7 lines
No EOL
129 B
Bash
Executable file
7 lines
No EOL
129 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "applying skel..."
|
|
cp -r skel/. /
|
|
|
|
echo "ensuring /home/git/docker-shell a+x..."
|
|
chmod a+x /home/git/docker-shell |