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