#!/bin/sh
mc-tool list | grep "haze" | awk {'print "mc-tool request "$1" offline"'} | sh
mc-tool list | grep "gabble" | awk {'print "mc-tool request "$1" offline"'} | sh
mc-tool list | grep "spirit" | awk {'print "mc-tool request "$1" offline"'} | sh
#!/bin/sh
mc-tool list | grep "haze" | awk {'print "mc-tool request "$1" online"'} | sh
mc-tool list | grep "gabble" | awk {'print "mc-tool request "$1" online"'} | sh
mc-tool list | grep "spirit" | awk {'print "mc-tool request "$1" online"'} | sh
| The Following 7 Users Say Thank You to killian For This Useful Post: | ||


