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

Use sh shebang

Don't need bash-specific features, after all
This commit is contained in:
Wouter Verhelst 2016-10-23 10:36:35 +02:00
parent f7cce85865
commit 8c9f0260f9

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# Graphs the number of running and waiting jobs, as well as when they # Graphs the number of running and waiting jobs, as well as when they
# are submitted. # are submitted.