mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab-diagnostics: pastebinit service back to sprunge.us
This commit is contained in:
parent
01cc4554f1
commit
5da0b60057
1 changed files with 4 additions and 4 deletions
|
@ -265,13 +265,13 @@ echo
|
||||||
echo -e "\e[1m"
|
echo -e "\e[1m"
|
||||||
#if [ "$ans" == "" ] || [ "$ans" == "y" ] || [ "$ans" == "Y" ]; then
|
#if [ "$ans" == "" ] || [ "$ans" == "y" ] || [ "$ans" == "Y" ]; then
|
||||||
if ! [[ $ans =~ ^[nNqQ]$ ]]; then
|
if ! [[ $ans =~ ^[nNqQ]$ ]]; then
|
||||||
echo -ne "PUBLISHING TO URL... "
|
echo -ne "PUBLISHING TO URL... " # Run 'pastebinit -l' to list other possible pastebin site URLs
|
||||||
#pastebinit -b sprunge.us < $outfile # Stopped working mid-2023
|
pastebinit -b sprunge.us < $outfile # Stopped working for many weeks (mid-2023)
|
||||||
#pastebinit -b paste2.org < $outfile # Spammy/dangerous pastebins
|
#pastebinit -b paste2.org < $outfile # Spammy/dangerous pastebins
|
||||||
pastebinit -b dpaste.com < $outfile # Run 'pastebinit -l' to list other possible pastebin site URLs
|
#pastebinit -b dpaste.com < $outfile # Claims 1,000,000 character maximum pastebin size, but not reliable
|
||||||
else
|
else
|
||||||
echo -e "If you later decide to publish it, run:"
|
echo -e "If you later decide to publish it, run:"
|
||||||
echo
|
echo
|
||||||
echo -e " pastebinit -b dpaste.com < $outfile"
|
echo -e " pastebinit -b sprunge.us < $outfile"
|
||||||
fi
|
fi
|
||||||
echo -e "\e[0m"
|
echo -e "\e[0m"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue