mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
6 lines
54 B
Bash
6 lines
54 B
Bash
#!/bin/sh
|
|
|
|
truncate -s0 "$HOME/.bash_history"
|
|
|
|
exit 0
|