Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "pm.sh", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "pm2 without the fat in 1 shellscript, unix processmanagement using simply 'ps' and 'flock' and a teaspoon of shellscript & extra features", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ <img src="doc/logo.png" width="120"/> | ||
$ wget "https://github.com/coderofsalvation/pm.sh/blob/master/bin/pm" -O ~/bin/pm && chmod 755 ~/bin/pm | ||
$ wget "https://raw.githubusercontent.com/coderofsalvation/pm.sh/master/bin/pm" -O ~/bin/pm && chmod 755 ~/bin/pm | ||
$ pm | ||
@@ -86,3 +86,3 @@ Usage: | ||
* Now you can enter __ttp://yourdomain.com:8080/pull/{yourappname}_ as Github/BB webhook value (only push!) | ||
* specify *http://yourdomain.com:8080/pull/{yourappname}* as webhookurl in Github/BB (only push!) | ||
@@ -89,0 +89,0 @@ Or call from another service: |
203380
37