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:
parent
8eacbab2e4
commit
cf9a740f37
1 changed files with 2 additions and 2 deletions
|
@ -214,10 +214,10 @@ read ans < /dev/tty
|
||||||
echo -e "\e[1m"
|
echo -e "\e[1m"
|
||||||
if [ "$ans" == "" ] || [ "$ans" == "y" ] || [ "$ans" == "Y" ]; then
|
if [ "$ans" == "" ] || [ "$ans" == "y" ] || [ "$ans" == "Y" ]; then
|
||||||
echo -ne "PUBLISHING TO URL... "
|
echo -ne "PUBLISHING TO URL... "
|
||||||
pastebinit < $outfile
|
pastebinit -b dpaste.com < $outfile # Run 'pastebinit -l' to list other possible pastebin site URLs
|
||||||
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 < $outfile"
|
echo -e " pastebinit -b dpaste.com < $outfile"
|
||||||
fi
|
fi
|
||||||
echo -e "\e[0m"
|
echo -e "\e[0m"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue