Skip to content

Commit aaac0bc

Browse files
committed
update README examples
1 parent de5ee0b commit aaac0bc

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,19 @@ whitelisted_clients:
1717
- 127.0.0.1
1818
1919
routes:
20-
- path: /foo
21-
cmd: echo foo
22-
23-
- path: /bar
24-
cmd: echo bar
25-
2620
- path: /uptime
2721
cmd: uptime
2822
23+
- path: /tail/systemd
24+
cmd: grep systemd /var/log/syslog | tail -n 50
25+
26+
- path: /deploy
27+
cmd: |
28+
cd /srv/webapp
29+
git pull
30+
./script/start-app
31+
32+
2933
```
3034

3135

0 commit comments

Comments
 (0)