1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

iiab-diagnostics: Tweak pastebinit syntax for PR #3749

This commit is contained in:
A Holt 2024-06-05 12:09:57 -04:00 committed by GitHub
parent 9b0ad93499
commit 27be239d9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -272,9 +272,9 @@ echo -e "\e[1m"
#if [ "$ans" == "" ] || [ "$ans" == "y" ] || [ "$ans" == "Y" ]; then
if ! [[ $ans =~ ^[nNqQ]$ ]]; then
echo -ne "PUBLISHING TO URL... " # Run 'pastebinit -l' to list other possible pastebin site URLs
pastebinit -b dpaste.com < $outfile # Unfortunately limited to 30 days by default. Claims 1,000,000 character maximum pastebin size, but that claim is not 100% accurate.
#pastebinit -b sprunge.us < $outfile # Stopped working for many weeks (mid-2023, and again in mid-2024)
#pastebinit -b paste2.org < $outfile # Spammy/dangerous pastebins
pastebinit -b dpaste.com $outfile # Unfortunately limited to 30 days by default. Claims 1,000,000 character maximum pastebin size, but that claim is not 100% accurate.
#pastebinit -b sprunge.us $outfile # Stopped working for many weeks (mid-2023, and again in mid-2024)
#pastebinit -b paste2.org $outfile # Spammy/dangerous pastebins
else
echo -e "If you later decide to publish it, run:"
echo