An open API service indexing awesome lists of open source software.

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

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
```