Skip to content

Instantly share code, notes, and snippets.

@danbeam
Created August 11, 2010 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danbeam/519507 to your computer and use it in GitHub Desktop.
Save danbeam/519507 to your computer and use it in GitHub Desktop.
# screw with somebody (put in ~/.bashrc or ~/.bash_profile)
function uptime {
/usr/bin/uptime | sed -re 's/up[^,]+/up 99999 days/g';
}
@danbeam
Copy link
Author

danbeam commented Aug 11, 2010

[me@host ~]$ uptime 
 11:47:14 up 99999 days,  4 users,  load average: 0.18, 0.16, 0.23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment