Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosylilly/ppush
pid 渡すとプロセス監視して死んだら push 通知送ってくる奴
https://github.com/rosylilly/ppush
Last synced: 5 days ago
JSON representation
pid 渡すとプロセス監視して死んだら push 通知送ってくる奴
- Host: GitHub
- URL: https://github.com/rosylilly/ppush
- Owner: rosylilly
- Created: 2014-06-23T21:01:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-23T21:01:39.000Z (over 10 years ago)
- Last Synced: 2024-12-22T13:14:56.186Z (15 days ago)
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
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]
```