neb/servers/apoc/setup.d/10-apply-skel.sh
2023-10-20 15:50:35 +02:00

7 lines
No EOL
129 B
Bash

#!/bin/sh
echo "applying skel..."
cp -r skel/. /
echo "ensuring /home/git/docker-shell a+x..."
chmod a+x /home/git/docker-shell