Skip to content

Instantly share code, notes, and snippets.

@sachinsmc
Created August 6, 2017 07:20
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 sachinsmc/d5c133e52f80ca119d6932fa23fe1310 to your computer and use it in GitHub Desktop.
Save sachinsmc/d5c133e52f80ca119d6932fa23fe1310 to your computer and use it in GitHub Desktop.
#!/bin/sh
#create a log file with current timestamp
DATE="`date '+%Y%m%d%H%M%S'`.log"
./systeminfo.sh > ../logs/$DATE
echo "Log file saved."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment