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