Hi!
First of all, spent some time on installing QuickBox in a VM to tinker with it today… I’m in love Once Deluge gets added I’ll be all in.
That being said, I found some little things (msged Liara about it on IRC), but since she is not spending time online at this moment AND I found something I am really curious about…
I found the following function in .bashrc:
function haste() { url=“http://p.rewt.pl”;key="$(curl --silent --insecure --data-binary @/dev/fd/0 $url/documents | cut -d “”" -f 4)";echo $url"/"$key; }
I cannot find where it is used / referenced (so very likely it is not). What got me curious is the reference to the .pl domain that sound very much like root when announced.
What is it used for?