This commit is contained in:
Tobias Schmidl 2021-09-24 11:14:38 +02:00 committed by GitHub
parent a7f6d84a52
commit b1a5f3d704

View file

@ -11,4 +11,4 @@ truncate -s0 $HOME/.bash_history
find /var/log -type f -exec truncate -s0 '{}' '+'
dd if=/dev/zero of=/emptyfile oflag=dsync status=progress bs=4M;
rm -f /emptyfile;
poweroff
systemctl poweroff