test
This commit is contained in:
parent
3d0823ea90
commit
28c731ca31
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
||||||
whoami
|
whoami
|
||||||
id
|
id
|
||||||
source ~/.bashrc
|
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/,//'`
|
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 "Time to run at: $TIME"
|
||||||
echo "hello world 2"
|
echo "hello world 2"
|
||||||
|
@ -72,6 +73,7 @@
|
||||||
whoami
|
whoami
|
||||||
id
|
id
|
||||||
source ~/.bashrc
|
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/,//'`
|
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 "Time to run at: $TIME"
|
||||||
echo "hello world 2"
|
echo "hello world 2"
|
||||||
|
|
Loading…
Reference in a new issue