summaryrefslogtreecommitdiff
path: root/upload
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-26 22:09:14 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-26 22:09:14 +0300
commit736cfe910493dd10f7730978f98988ff73786082 (patch)
treed88d794c094d89169dd6484574d83c06b92568f8 /upload
parentd0fd698bcacc2c477a0149d2deb373722f45e214 (diff)
Modified useful scripts for the user space.
Changes to be committed: modified: clip modified: upload modified: zsh/env new file: color-picker Changes not staged for commit: modified: keybinds
Diffstat (limited to 'upload')
-rwxr-xr-xupload2
1 files changed, 1 insertions, 1 deletions
diff --git a/upload b/upload
index 26d9510..d268738 100755
--- a/upload
+++ b/upload
@@ -2,7 +2,7 @@
set -e
-if [ "$1" = "" ];then echo "No args"; exit; fi
+if [ "$1" = "" ]; then echo "No args"; exit; fi
TO_UPLOAD_FILE="$1"