Add shebang to examples

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2020-02-01 00:17:29 +01:00
parent 04e855c74d
commit 22e9fc9f8e
7 changed files with 14 additions and 0 deletions
@@ -1,3 +1,5 @@
#!/bin/sh
kapow route add /apache-logs - <<-'EOF'
cat /var/log/apache2/access.log | grep -- "$(kapow get /request/params/pattern)" | kapow set /response/body
EOF