This commit is contained in:
iFargle 2024-01-02 23:36:33 +09:00
parent 3d0823ea90
commit 28c731ca31

View file

@ -56,6 +56,7 @@
whoami
id
source ~/.bashrc
# It doesn't get here for some reason
TIME=`cat /tmp/wttr.in | grep sunrise | head -n 1 | awk {'print $2" "$3'} | sed -e 's/"//g' | sed -e 's/,//'`
echo "Time to run at: $TIME"
echo "hello world 2"
@ -72,6 +73,7 @@
whoami
id
source ~/.bashrc
# It doesn't get here for some reason
TIME=`cat /tmp/wttr.in | grep sunset | head -n 1 | awk {'print $2" "$3'} | sed -e 's/"//g' | sed -e 's/,//'`
echo "Time to run at: $TIME"
echo "hello world 2"