From b98f0f496b6739749257804297468fb71845a776 Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Wed, 19 Apr 2023 21:23:42 +0200 Subject: EZown --- util/dpath | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 util/dpath (limited to 'util/dpath') 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" + -- cgit v1.2.3