summaryrefslogtreecommitdiff
path: root/util/dpath
diff options
context:
space:
mode:
Diffstat (limited to 'util/dpath')
-rwxr-xr-xutil/dpath5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/dpath b/util/dpath
deleted file mode 100755
index e981068..0000000
--- a/util/dpath
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/bash
-
-DPATH="$HOME/Downloads"
-[ -d "$DPATH" ] || mkdir -p "$DPATH"
-