Add new scripts

This commit is contained in:
2022-03-18 00:38:39 +03:00
parent 5630243ef1
commit d051d7ddca
19 changed files with 147 additions and 116 deletions

View File

@ -12,3 +12,4 @@ if [ -z "$file" ]; then
fi
curl -F "file=@$file" https://0x0.st | xclip -selection c
notify-send "Link to $file is copied to clipboard!"
echo "$(xclip -o -sel clipboard)"