Created
November 27, 2017 16:15
-
-
Save letsjustfixit/6d852d62555292b44ae47df976976c31 to your computer and use it in GitHub Desktop.
Opre..
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#ˇNope that wont workˇ | |
#newfile="~/uptime" | |
newfile=~/uptime | |
date >> $newfile | |
uptime >>$newfile | |
echo "----------------" >>$newfile | |
echo " " >>$newfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment