mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
adding the leftwm config was probablyu not all I did
This commit is contained in:
6
script/.config/script/upload.sh
Executable file
6
script/.config/script/upload.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
FILE=$(fd -t f|fzf)
|
||||
LINK=$(curl -# "https://oshi.at" -F "f=@$FILE"|awk '/DL/ {print $2}')
|
||||
printf "$LINK"|xclip -selection c
|
||||
printf "$LINK\n"
|
||||
Reference in New Issue
Block a user