From 43ad1d1e823742663afc773d7aab1ca07a54da02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Boulogne?= Date: Tue, 1 Mar 2016 21:45:14 +0100 Subject: [PATCH] Add link title + direct download link --- script.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script.php b/script.php index 620d70d..3e6668e 100644 --- a/script.php +++ b/script.php @@ -350,7 +350,11 @@ if [ "$1" == "send" ]; then fi cnt=$(( cnt + 1 )) done) + echo "Download link:" echo "${url}?h=$code" + echo "Direct download link:" + echo "${url}?h=$code&d=1" + echo "Delete link:" echo "${url}?h=$code&d=$del_code" elif [ "$1" == "get" ]; then if [ -z "$password" ]; then -- 2.34.1