Jump to content

db-game segmentation fault (core dumped)


Recommended Posts

the script has nothing to do with it but here it is

#!/bin/sh


echo -e "033[31m  
Wie viele Channels mِchtest du starten ? n 
1 - (1) Channeln 
6 - (6) Alle Channels=6 CH's033[0m"


read chs

case $chs in 
1*)
	echo -e "033[31m Starte Datenbank ..033[0m"
	cd ./g1/db && ./db &
	sleep 2
	clear
	echo -e "033[31m n Starte Auth ..033[0m"
	cd ./g1/auth 
	./auth &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core1..033[0m"
	cd /usr/home/game/channel1/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core2..033[0m"
	cd /usr/home/game/channel1/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core3..033[0m"
	cd /usr/home/game/channel1/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core4..033[0m"
	cd /usr/home/game/channel1/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte CH99 ..033[0m"
	cd /usr/home/game/game99/
	./game &
	sleep 2
	clear
	echo -e "033[32m n CH1 Cores wurden gestartet!033[0m"
;;
2*)
	echo -e "033[31m Starte Datenbank ..033[0m"
	cd ./g1/db && ./db &
	sleep 2
	clear
	echo -e "033[31m n Starte Auth ..033[0m"
	cd ./g1/auth 
	./auth &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core1..033[0m"
	cd /usr/home/game/channel1/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core2..033[0m"
	cd /usr/home/game/channel1/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core3..033[0m"
	cd /usr/home/game/channel1/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core4..033[0m"
	cd /usr/home/game/channel1/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core1..033[0m"
	cd /usr/home/game/channel2/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core2..033[0m"
	cd /usr/home/game/channel2/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core3..033[0m"
	cd /usr/home/game/channel2/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core4..033[0m"
	cd /usr/home/game/channel2/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte CH99 ..033[0m"
	cd /usr/home/game/game99/
	./game &
	sleep 2
	clear
	echo -e "033[32m n CH1+Ch2 Cores wurden gestartet!033[0m"
	;;
3*)
	echo -e "033[31m Starte Datenbank ..033[0m"
	cd ./g1/db && ./db &
	sleep 2
	clear
	echo -e "033[31m n Starte Auth ..033[0m"
	cd ./g1/auth 
	./auth &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core1..033[0m"
	cd /usr/home/game/channel1/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core2..033[0m"
	cd /usr/home/game/channel1/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core3..033[0m"
	cd /usr/home/game/channel1/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core4..033[0m"
	cd /usr/home/game/channel1/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core1..033[0m"
	cd /usr/home/game/channel2/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core2..033[0m"
	cd /usr/home/game/channel2/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core3..033[0m"
	cd /usr/home/game/channel2/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core4..033[0m"
	cd /usr/home/game/channel2/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core1..033[0m"
	cd /usr/home/game/channel3/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core2..033[0m"
	cd /usr/home/game/channel3/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core3..033[0m"
	cd /usr/home/game/channel3/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core4..033[0m"
	cd /usr/home/game/channel3/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte CH99 ..033[0m"
	cd /usr/home/game/game99/
	./game &
	sleep 2
	clear
	echo -e "033[32m n CH1+CH2+CH3 Cores wurden gestartet!033[0m"
	;;
4*)
	echo -e "033[31m Starte Datenbank ..033[0m"
	cd ./g1/db && ./db &
	sleep 2
	clear
	echo -e "033[31m n Starte Auth ..033[0m"
	cd ./g1/auth 
	./auth &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core1..033[0m"
	cd /usr/home/game/channel1/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core2..033[0m"
	cd /usr/home/game/channel1/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core3..033[0m"
	cd /usr/home/game/channel1/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core4..033[0m"
	cd /usr/home/game/channel1/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core1..033[0m"
	cd /usr/home/game/channel2/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core2..033[0m"
	cd /usr/home/game/channel2/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core3..033[0m"
	cd /usr/home/game/channel2/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core4..033[0m"
	cd /usr/home/game/channel2/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core1..033[0m"
	cd /usr/home/game/channel3/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core2..033[0m"
	cd /usr/home/game/channel3/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core3..033[0m"
	cd /usr/home/game/channel3/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core4..033[0m"
	cd /usr/home/game/channel3/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core1..033[0m"
	cd /usr/home/game/channel4/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core2..033[0m"
	cd /usr/home/game/channel4/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core3..033[0m"
	cd /usr/home/game/channel4/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core4..033[0m"
	cd /usr/home/game/channel4/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte CH99 ..033[0m"
	cd /usr/home/game/game99/
	./game &
	sleep 2
	clear
	echo -e "033[32m n CH1+CH2+CH3+CH4 Cores wurden gestartet!033[0m"
;;

5*)
	echo -e "033[31m Starte Datenbank ..033[0m"
	cd ./g1/db && ./db &
	sleep 2
	clear
	echo -e "033[31m n Starte Auth ..033[0m"
	cd ./g1/auth 
	./auth &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core1..033[0m"
	cd /usr/home/game/channel1/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core2..033[0m"
	cd /usr/home/game/channel1/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core3..033[0m"
	cd /usr/home/game/channel1/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core4..033[0m"
	cd /usr/home/game/channel1/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core1..033[0m"
	cd /usr/home/game/channel2/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core2..033[0m"
	cd /usr/home/game/channel2/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core3..033[0m"
	cd /usr/home/game/channel2/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core4..033[0m"
	cd /usr/home/game/channel2/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core1..033[0m"
	cd /usr/home/game/channel3/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core2..033[0m"
	cd /usr/home/game/channel3/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core3..033[0m"
	cd /usr/home/game/channel3/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core4..033[0m"
	cd /usr/home/game/channel3/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core1..033[0m"
	cd /usr/home/game/channel4/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core2..033[0m"
	cd /usr/home/game/channel4/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core3..033[0m"
	cd /usr/home/game/channel4/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core4..033[0m"
	cd /usr/home/game/channel4/core4/
	./game &
	sleep 2
	echo -e "033[31m n Starte Channel5 Core1..033[0m"
	cd /usr/home/game/channel5/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel5 Core2..033[0m"
	cd /usr/home/game/channel5/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel5 Core3..033[0m"
	cd /usr/home/game/channel5/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel5 Core4..033[0m"
	cd /usr/home/game/channel5/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte CH99 ..033[0m"
	cd /usr/home/game/game99/
	./game &
	sleep 2
	clear
	echo -e "033[32m n CH1+CH2+CH3+CH4+CH5 Cores wurden gestartet!033[0m"
;;

6*)
	echo -e "033[31m Starte Datenbank ..033[0m"
	cd ./g1/db && ./db &
	sleep 2
	clear
	echo -e "033[31m n Starte Auth ..033[0m"
	cd ./g1/auth 
	./auth &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core1..033[0m"
	cd /usr/home/game/channel1/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core2..033[0m"
	cd /usr/home/game/channel1/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core3..033[0m"
	cd /usr/home/game/channel1/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel1 Core4..033[0m"
	cd /usr/home/game/channel1/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core1..033[0m"
	cd /usr/home/game/channel2/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core2..033[0m"
	cd /usr/home/game/channel2/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core3..033[0m"
	cd /usr/home/game/channel2/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel2 Core4..033[0m"
	cd /usr/home/game/channel2/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core1..033[0m"
	cd /usr/home/game/channel3/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core2..033[0m"
	cd /usr/home/game/channel3/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core3..033[0m"
	cd /usr/home/game/channel3/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel3 Core4..033[0m"
	cd /usr/home/game/channel3/core4/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core1..033[0m"
	cd /usr/home/game/channel4/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core2..033[0m"
	cd /usr/home/game/channel4/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core3..033[0m"
	cd /usr/home/game/channel4/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel4 Core4..033[0m"
	cd /usr/home/game/channel4/core4/
	./game &
	sleep 2
	echo -e "033[31m n Starte Channel5 Core1..033[0m"
	cd /usr/home/game/channel5/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel5 Core2..033[0m"
	cd /usr/home/game/channel5/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel5 Core3..033[0m"
	cd /usr/home/game/channel5/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel5 Core4..033[0m"
	cd /usr/home/game/channel5/core4/
	./game &
	sleep 2
	clear
*
	echo -e "033[31m n Starte Channel6 Core1..033[0m"
	cd /usr/home/game/channel6/core1/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel6 Core2..033[0m"
	cd /usr/home/game/channel6/core2/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel6 Core3..033[0m"
	cd /usr/home/game/channel6/core3/
	./game &
	sleep 2
	clear
	echo -e "033[31m n Starte Channel6 Core4..033[0m"
	cd /usr/home/game/channel6/core4/
	./game &
	sleep 2
*
	echo -e "033[31m n Starte CH99 ..033[0m"
	cd /usr/home/game/game99/
	./game &
	sleep 2
	clear
	echo -e "033[32m n CH1+CH2+CH3+CH4+CH5+CH6 Cores wurden gestartet!033[0m"
;;

esac

Link to comment
Share on other sites

  • Former Staff

okay try this

btw only 4 cores you got in every channel ??

#!/bin/sh
 
 
echo -e "033[31m
How many channels you want to start ? n
1 - (1) Channeln
6 - (6) Alle Channels=6 CH's033[0m"
 
 
read anazhl
 
case $anazhl in


1*)
    echo -e "033[31m Starte Datenbank ..033[0m"
    cd ./g1/db && ./db &
    sleep 5    
    echo -e "033[31m n Starte Auth ..033[0m"
    cd ./g1/auth && ./auth &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core1..033[0m"
    cd /usr/home/game/channel1/core1/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core2..033[0m"
    cd /usr/home/game/channel1/core2/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core3..033[0m"
    cd /usr/home/game/channel1/core3/ &&   ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core4..033[0m"
    cd /usr/home/game/channel1/core4/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte CH99 ..033[0m"
    cd /usr/home/game/game99/  &&  ./game &
    sleep 5    
    echo -e "033[32m n CH1 Is online033[0m"
;;
 
6*)
    echo -e "033[31m Starte Datenbank ..033[0m"
    cd ./g1/db && ./db &
    sleep 5    
    echo -e "033[31m n Starte Auth ..033[0m"
    cd ./g1/auth && ./auth &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core1..033[0m"
    cd /usr/home/game/channel1/core1/ && ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core2..033[0m"
    cd /usr/home/game/channel1/core2/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core3..033[0m"
    cd /usr/home/game/channel1/core3/ && ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core4..033[0m"
    cd /usr/home/game/channel1/core4/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel2 Core1..033[0m"
    cd /usr/home/game/channel2/core1/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel2 Core2..033[0m"
    cd /usr/home/game/channel2/core2/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel2 Core3..033[0m"
    cd /usr/home/game/channel2/core3/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel2 Core4..033[0m"
    cd /usr/home/game/channel2/core4/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel3 Core1..033[0m"
    cd /usr/home/game/channel3/core1/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel3 Core2..033[0m"
    cd /usr/home/game/channel3/core2/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel3 Core3..033[0m"
    cd /usr/home/game/channel3/core3/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel3 Core4..033[0m"
    cd /usr/home/game/channel3/core4/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel4 Core1..033[0m"
    cd /usr/home/game/channel4/core1/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel4 Core2..033[0m"
    cd /usr/home/game/channel4/core2/ &&  ./game &
    sleep 5
    echo -e "033[31m n Starte Channel4 Core3..033[0m"
    cd /usr/home/game/channel4/core3/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel4 Core4..033[0m"
    cd /usr/home/game/channel4/core4/ &&  ./game &
    sleep 5
    echo -e "033[31m n Starte Channel5 Core1..033[0m"
    cd /usr/home/game/channel5/core1/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel5 Core2..033[0m"
    cd /usr/home/game/channel5/core2/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel5 Core3..033[0m"
    cd /usr/home/game/channel5/core3/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel5 Core4..033[0m"
    cd /usr/home/game/channel5/core4/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel6 Core1..033[0m"
    cd /usr/home/game/channel6/core1/ &&   ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel6 Core2..033[0m"
    cd /usr/home/game/channel6/core2/ &&   ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel6 Core3..033[0m"
    cd /usr/home/game/channel6/core3/ &&   ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel6 Core4..033[0m"
    cd /usr/home/game/channel6/core4/ &&  ./game &
    sleep 5
    echo -e "033[31m n Starte CH99 ..033[0m"
    cd /usr/home/game/game99/ &&  ./game &
    sleep 5
    
    echo -e "033[32m n CH1+CH2+CH3+CH4+CH5+CH6 are online now033[0m"
;;
 
esac
Link to comment
Share on other sites

okay on pressing (1) or (6) the message say "segmentation fault (core dumped)" ??

no i dont get any thing from the script other than

Starte Datenbank ...............etc

 

 

okay try this

btw only 4 cores you got in every channel ??

#!/bin/sh
 
 
echo -e "033[31m
How many channels you want to start ? n
1 - (1) Channeln
6 - (6) Alle Channels=6 CH's033[0m"
 
 
read anazhl
 
case $anazhl in


1*)
    echo -e "033[31m Starte Datenbank ..033[0m"
    cd ./g1/db && ./db &
    sleep 5    
    echo -e "033[31m n Starte Auth ..033[0m"
    cd ./g1/auth && ./auth &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core1..033[0m"
    cd /usr/home/game/channel1/core1/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core2..033[0m"
    cd /usr/home/game/channel1/core2/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core3..033[0m"
    cd /usr/home/game/channel1/core3/ &&   ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core4..033[0m"
    cd /usr/home/game/channel1/core4/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte CH99 ..033[0m"
    cd /usr/home/game/game99/  &&  ./game &
    sleep 5    
    echo -e "033[32m n CH1 Is online033[0m"
;;
 
6*)
    echo -e "033[31m Starte Datenbank ..033[0m"
    cd ./g1/db && ./db &
    sleep 5    
    echo -e "033[31m n Starte Auth ..033[0m"
    cd ./g1/auth && ./auth &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core1..033[0m"
    cd /usr/home/game/channel1/core1/ && ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core2..033[0m"
    cd /usr/home/game/channel1/core2/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core3..033[0m"
    cd /usr/home/game/channel1/core3/ && ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel1 Core4..033[0m"
    cd /usr/home/game/channel1/core4/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel2 Core1..033[0m"
    cd /usr/home/game/channel2/core1/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel2 Core2..033[0m"
    cd /usr/home/game/channel2/core2/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel2 Core3..033[0m"
    cd /usr/home/game/channel2/core3/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel2 Core4..033[0m"
    cd /usr/home/game/channel2/core4/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel3 Core1..033[0m"
    cd /usr/home/game/channel3/core1/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel3 Core2..033[0m"
    cd /usr/home/game/channel3/core2/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel3 Core3..033[0m"
    cd /usr/home/game/channel3/core3/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel3 Core4..033[0m"
    cd /usr/home/game/channel3/core4/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel4 Core1..033[0m"
    cd /usr/home/game/channel4/core1/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel4 Core2..033[0m"
    cd /usr/home/game/channel4/core2/ &&  ./game &
    sleep 5
    echo -e "033[31m n Starte Channel4 Core3..033[0m"
    cd /usr/home/game/channel4/core3/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel4 Core4..033[0m"
    cd /usr/home/game/channel4/core4/ &&  ./game &
    sleep 5
    echo -e "033[31m n Starte Channel5 Core1..033[0m"
    cd /usr/home/game/channel5/core1/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel5 Core2..033[0m"
    cd /usr/home/game/channel5/core2/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel5 Core3..033[0m"
    cd /usr/home/game/channel5/core3/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel5 Core4..033[0m"
    cd /usr/home/game/channel5/core4/ &&  ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel6 Core1..033[0m"
    cd /usr/home/game/channel6/core1/ &&   ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel6 Core2..033[0m"
    cd /usr/home/game/channel6/core2/ &&   ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel6 Core3..033[0m"
    cd /usr/home/game/channel6/core3/ &&   ./game &
    sleep 5    
    echo -e "033[31m n Starte Channel6 Core4..033[0m"
    cd /usr/home/game/channel6/core4/ &&  ./game &
    sleep 5
    echo -e "033[31m n Starte CH99 ..033[0m"
    cd /usr/home/game/game99/ &&  ./game &
    sleep 5
    
    echo -e "033[32m n CH1+CH2+CH3+CH4+CH5+CH6 are online now033[0m"
;;
 
esac

yes 4 core

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.