Compare commits

..

2 commits

Author SHA1 Message Date
be586a8f20
Add shared media to clipboard. 2025-08-04 16:26:22 +02:00
47d64e6f78
Move shareable to share. 2025-08-04 16:25:06 +02:00

View file

@ -9,6 +9,7 @@ if [ -z "$password" ]; then
echo echo
fi fi
u2c -a "$password" https://files.kaholaz.net/pub "$1" >/dev/null u2c -a "$password" https://files.kaholaz.net/share "$1" >/dev/null
filename="${1##*/}" filename="${1##*/}"
echo "https://files.kaholaz.net/pub/$filename" echo "https://files.kaholaz.net/share/$filename"
echo "https://files.kaholaz.net/share/$filename" | clip