bash, not sh

This commit is contained in:
Sage Weil 2009-01-17 10:06:03 -08:00
parent 6ffdd4367b
commit a4ab37719e
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
killall cmon cmds crun

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
./stop.sh
rm core*

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
do_killall() {
pg=`pgrep -f crun.*$1`

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
while [ 1 ]
do