SHOW:
|
|
- or go back to the newest paste.
1 | #!/bin/bash | |
2 | ||
3 | while read line | |
4 | do | |
5 | ||
6 | echo "`date +%Y-%m-%d` `date +%r` `date +%A` ==>" $line; | |
7 | ||
8 | - | done |
8 | + | done |
9 | ||
10 | ||
11 | =================================================================================== | |
12 | ||
13 | ||
14 | ||
15 | ||
16 | yaourt -Syua --noconfirm | timestamp | grep "upgrading" >> /var/log/pkg_auto_updates.log |