diff --git a/.local/bin/share b/.local/bin/share index e5cbab0..3ed5092 100755 --- a/.local/bin/share +++ b/.local/bin/share @@ -9,6 +9,6 @@ if [ -z "$password" ]; then echo 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##*/}" -echo "https://files.kaholaz.net/pub/$filename" +echo "https://files.kaholaz.net/share/$filename"