Shell script for sending to Trans server
Here is an example to send "hello, world".
echo "hello, world" | ./transHere is an example to send ./myfile1.
./trans myfile1Type as follows to install ./trans.
wget https://raw.githubusercontent.com/nwtgck/trans-sh/develop/trans
chmod +x trans