This commit is contained in:
Mathias Bynens
2011-09-29 12:31:38 +03:00
parent 14973a58f5
commit 751e2db9e5
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
cd "$(dirname "$0")";
cd "$(dirname "$0")"
git pull
read -p "This may overwrite existing files in your home directory. Are you sure? (y/n) " -n 1
echo