neb/servers/apoc/setup.d/00-apply-skel.sh
2023-10-30 01:53:54 +01:00

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