1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

pastebinit nightmares: try dpaste.com instead

This commit is contained in:
A Holt 2020-04-04 12:47:35 -04:00 committed by GitHub
parent 8eacbab2e4
commit cf9a740f37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,10 +214,10 @@ read ans < /dev/tty
echo -e "\e[1m"
if [ "$ans" == "" ] || [ "$ans" == "y" ] || [ "$ans" == "Y" ]; then
echo -ne "PUBLISHING TO URL... "
pastebinit < $outfile
pastebinit -b dpaste.com < $outfile # Run 'pastebinit -l' to list other possible pastebin site URLs
else
echo -e "If you later decide to publish it, run:"
echo
echo -e " pastebinit < $outfile"
echo -e " pastebinit -b dpaste.com < $outfile"
fi
echo -e "\e[0m"