Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# phook

Runs a command after a parent process has finished.
**Runs a command after a parent process has finished.**


```
Usage: phook [OPTION]...
Expand All @@ -20,7 +21,8 @@ Mandatory arguments to long options are mandatory for short options too

You need macOS for this to work.

```

```cpp
wget https://github.com/drinchev/phook/archive/v0.0.8.tar.gz
tar -xzf v0.0.8.tar.gz
cd phook-0.0.8
Expand All @@ -30,6 +32,7 @@ make install
Alternative option would be to
use [TheFox](https://github.com/TheFox)'s [homebrew tap](https://github.com/TheFox/homebrew-brewery) :


```
brew tap thefox/brewery
brew install phook
Expand All @@ -39,20 +42,19 @@ brew install phook

See [examples](https://github.com/drinchev/phook/tree/master/examples).

test

Foo bar

## Contributors

- [@jayrhynas](https://github.com/jayrhynas)
- [@shishirchawla](https://github.com/shishirchawla)
- [@martinlau](https://github.com/martinlau)

---

Credits goes to http://serverfault.com/a/641004/152846

Credits goes to [http://serverfault.com/a/641004/152846](http://serverfault.com/a/641004/152846)
---

Copyright (C) 2017 Ivan Drinchev.

This software may be modified and distributed under the terms of the MIT license.