Skip to content

Instantly share code, notes, and snippets.

@letsjustfixit
Created November 27, 2017 16:15
Show Gist options
  • Save letsjustfixit/6d852d62555292b44ae47df976976c31 to your computer and use it in GitHub Desktop.
Save letsjustfixit/6d852d62555292b44ae47df976976c31 to your computer and use it in GitHub Desktop.
Opre..
#!/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