2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Merge pull request #390 from inhumantsar/patch-1

Changed interpreter from /bin/sh to bash
This commit is contained in:
Steve Schnepp 2013-10-17 00:40:59 -07:00
commit e3af199459

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# Plugin to monitor CPU usage, for a selected set of processes. Tested on Linux.
#