summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil2
1 files changed, 2 insertions, 0 deletions
diff --git a/util b/util
index 4b0dff2..be30a87 100755
--- a/util
+++ b/util
@@ -2,6 +2,8 @@
set -o shwordsplit
+target="$HOME/personal"
+
log() {
if [[ $dry == "1" ]]; then
echo "[DRY_RUN]: $1"