CGateway.bash 98 B

123456789
  1. cd /root/app/CGateway
  2. while [ 1 -lt 2 ]
  3. do
  4. echo "CGateway"
  5. ./CGateway
  6. sleep 1
  7. done