mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
5 lines
88 B
Text
5 lines
88 B
Text
|
#!/usr/bin/env bash
|
||
|
uptime >> ~/uptime.log
|
||
|
|
||
|
at -f /home/sbrl/recorduptime now +1 minute
|