https://github.com/nwtgck/trans-sh
Shell script for sending to Trans server
https://github.com/nwtgck/trans-sh
filetransfer trans
Last synced: 3 months ago
JSON representation
Shell script for sending to Trans server
- Host: GitHub
- URL: https://github.com/nwtgck/trans-sh
- Owner: nwtgck
- License: mit
- Created: 2018-11-23T02:53:40.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-23T02:56:12.000Z (over 6 years ago)
- Last Synced: 2025-02-06T13:29:20.420Z (4 months ago)
- Topics: filetransfer, trans
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trans
Shell script for sending to [Trans server](https://github.com/nwtgck/trans-server-akka)
## Usages
Here is an example to send `"hello, world"`.
```sh
echo "hello, world" | ./trans
```Here is an example to send `./myfile1`.
```sh
./trans myfile1
```## Install
Type as follows to install `./trans`.
```sh
wget https://raw.githubusercontent.com/nwtgck/trans-sh/develop/trans
chmod +x trans
```