endofzero / Minecraft-Sheller

Shell script designed to allow for automation of Minecraft Server Administration.
62 stars 18 forks source link

Consistency change with respect to shell escapes #16

Closed dopeghoti closed 13 years ago

dopeghoti commented 13 years ago

I noticed the script had both backtick escapes as well as the preferred $() escapes, so I made the script consistent.