Files
Nextcloud-Install/static/history.sh
2019-11-14 19:36:04 -06:00

6 lines
54 B
Bash
Executable File

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