aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d94b378..a359fa6 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+cd "$(dirname "$0")";
git pull
read -p "This may overwrite existing files in your home directory. Are you sure? (y/n) " -n 1
echo