vm/static/history.sh
2017-04-09 22:43:30 +02:00

6 lines
54 B
Bash

#!/bin/sh
truncate -s0 "$HOME/.bash_history"
exit 0