stubbed out log

This commit is contained in:
James Tomasino 2018-11-20 22:50:36 -05:00
parent 9924e0243e
commit d1f8110e2d
2 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,10 @@ if [ ! -L "/usr/local/bin/cosmicuser" ]; then
ln -s "${DIR}/cosmicuser" "/usr/local/bin/cosmicuser"
fi
if [ ! -L "/usr/local/bin/log" ]; then
ln -s "${DIR}/log" "/usr/local/bin/log"
fi
if [ ! -L "/etc/welcomemail.tmpl" ]; then
ln -s "${DIR}/welcomemail.tmpl" "/etc/welcomemail.tmpl"
fi

4
log Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
ships=$(find /var/gopher -user "$(whoami)" -type d -print)
echo -e "$ships"