Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- while read line
- do
- echo "`date +%Y-%m-%d` `date +%r` `date +%A` ==>" $line;
- done
- ===================================================================================
- yaourt -Syua --noconfirm | timestamp | grep "upgrading" >> /var/log/pkg_auto_updates.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement