summaryrefslogtreecommitdiff
path: root/test/minimunin-plugins/test
blob: dbc13c4e39b038c35a677ab36cdfd646f50b2801 (plain)
1
2
3
4
5
6
7
#!/bin/sh

case $1 in
config) echo empty;;
*) id; env;;
esac