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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-04-09 23:43:30 +0300
committerGitHub <noreply@github.com>2017-04-09 23:43:30 +0300
commitab649db479a05da1589a2158f446eda699480c37 (patch)
tree3b88db4f4a2d5487db1f0edf3f5e14b165ede498 /static/history.sh
parent05001d9d2fe479f7a3f8fabdfb47f172c8b183e6 (diff)
Rewrite is now done! (#196)
Diffstat (limited to 'static/history.sh')
-rw-r--r--static/history.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/history.sh b/static/history.sh
index 0d4a3e32..1d33917f 100644
--- a/static/history.sh
+++ b/static/history.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-cat /dev/null > $HOME/.bash_history
+truncate -s0 "$HOME/.bash_history"
exit 0