Welcome to mirror list, hosted at ThFree Co, Russian Federation.

history.sh « static - github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d33917f1183ed20017b491b4bc3af0ca45ca4a9 (plain)
1
2
3
4
5
#!/bin/sh

truncate -s0 "$HOME/.bash_history"

exit 0