diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-26 22:09:14 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-26 22:09:14 +0300 |
commit | 736cfe910493dd10f7730978f98988ff73786082 (patch) | |
tree | d88d794c094d89169dd6484574d83c06b92568f8 /upload | |
parent | d0fd698bcacc2c477a0149d2deb373722f45e214 (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-x | upload | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |