index
:
dotfiles.git
main
My Dotfiles
Jacob McDonnell
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'util')
-rwxr-xr-x
util
2
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"