scripts/poweroff.sh
2023-05-25 07:33:39 +03:00

7 lines
161 B
Bash
Executable File

#!/bin/bash
dt=$(date -Iseconds)
unison=$($HOME/scripts/unison_sync.sh)
rm "$HOME/.cache/cliphist/db"
echo "[$dt] INFO: navi, powering off" >> navi.log
poweroff