6 lines
143 B
Bash
Executable File
6 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
dt=$(date +'%d/%m/%y-%H.%M.%S')
|
|
echo "[$dt] navi shutting down..." >> navi.log
|
|
$HOME/scripts/modeset.py --shutdown
|
|
shutdown -h now
|