improved nc share

This commit is contained in:
2021-03-07 01:09:00 +01:00
parent 4c250aecf9
commit 425e4f2bdc
4 changed files with 27 additions and 4 deletions

View File

@@ -20,7 +20,5 @@ FILENAME=$(basename $FILE_PATH)
$SCRIPTPATH/nc-share-file.sh "$FILENAME" \
| perl -n -e '/([a-zA-Z0-9]+)$/ && print $1' \
| awk -n -e '{print "https://pb.kapelle.org/"$1}' \
| xclip -i -selection "clipboard"
| awk -n -e '{print "https://pb.kapelle.org/"$1}'