diff options
| author | LM-LCL <hello@exaltedelite.club> | 2023-04-19 21:23:42 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2023-04-19 21:23:42 +0200 |
| commit | b98f0f496b6739749257804297468fb71845a776 (patch) | |
| tree | 44096c59211f1d877515914273cde862fbf47c1f /util/dpath | |
EZown
Diffstat (limited to 'util/dpath')
| -rwxr-xr-x | util/dpath | 5 |
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" + |
