https://github.com/lagden/atirax
Run a command or shell-script even after you logout
https://github.com/lagden/atirax
background command nohup run shell shell-script
Last synced: over 1 year ago
JSON representation
Run a command or shell-script even after you logout
- Host: GitHub
- URL: https://github.com/lagden/atirax
- Owner: lagden
- Created: 2013-07-26T21:59:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T04:12:26.000Z (over 8 years ago)
- Last Synced: 2025-03-25T09:51:42.125Z (over 1 year ago)
- Topics: background, command, nohup, run, shell, shell-script
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atirax
Run a command or shell-script even after you logout.
## Install
```
$ npm i -g atirax
```
or
```
$ make install
```
## Usage
```
$ atirax webserver -p 8008
```
The `atirax` command will create `.atirax` folder into current folder and 3 files into `.atirax`.
See example below:
- `pid: .atirax/webserver_1513050298_pid.log`
- `out: .atirax/webserver_1513050298_stdout.log`
- `err: .atirax/webserver_1513050298_stderr.log`
## License
MIT © [Thiago Lagden](http://lagden.in)