1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

Use /bin/bash as interpreter, and switch to UNIX line breaks

This commit is contained in:
Stig Sandbeck Mathisen 2014-10-04 21:03:22 +02:00
parent 2eef2d55b5
commit bebd78f74b

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Script to monitor iostat cpu|tps. # Script to monitor iostat cpu|tps.
# #