From 736cfe910493dd10f7730978f98988ff73786082 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:09:14 +0300 Subject: 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 --- upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upload') 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" -- cgit v1.2.3