any of u folks have a good bash script i can steal from you? i have made a post in ow forums but no luck so far<br>i am running ow mod on ubuntu and the script i have made will start the mod but will not run pb.<br>i can start the server from ./cod4_lnxded and it will start pb normally.<br>
i hate to run this server without pb <br>here it goes minus typin errors<br><br>#!/bin/bash<br><br>$port=28960<br>$ip+175.15.26.266<br>$slots=16<br>cod5dir=home/tome/cod5<br>mod=mods/mp_openwarfare<br><br>./cod4_lnxded \<br>
+set sv_punkbuster 1 \<br>+set loc_language 0 \<br>+exec server.cfg \<br>+map_rotate<br><br>exit 0<br><br>a cliff notes version of the script(i am not near the server right now) i am a noob to linux scripts but enjoy the linux flavor of server.<br>
i post this thinkin some of u have seen the post on ow but maybe there is someone out there who has not<br>tom<br>any help would be appreciated<br>