Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rosylilly/ppush

pid 渡すとプロセス監視して死んだら push 通知送ってくる奴
https://github.com/rosylilly/ppush

Last synced: 5 days ago
JSON representation

pid 渡すとプロセス監視して死んだら push 通知送ってくる奴

Awesome Lists containing this project

README

        

# ppush

```
Usage:
ppush [pids]

-a="": app token
-m="Process executed": push message
-u="": user token
```

## Usage

```
$ long-time-process ; ppush -m "long-time process executed"
or
$ long-time-process &
$ ppush [long-time-process pid]
```