1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

use a proper interpretor

env is not in /bin in debian
This commit is contained in:
Antoine Beaupré 2013-06-17 16:05:35 -04:00
parent 4a7a0de134
commit d2491a1977

View file

@ -1,4 +1,4 @@
#! /bin/env ruby
#!/usr/bin/ruby
# returns the mem usage of a given process
def plist(psname)