Advertisement
esalant

Untitled

May 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/bin/bash
  2. {
  3. TODAY=$(date)
  4. echo "Date: $TODAY"
  5. speedtest-cli | egrep "Download|Upload"
  6.  
  7.  
  8. } > speedtestlog.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement