start.sh 213 B

1234567891011
  1. #!/usr/bin/bash
  2. #sleep 3;
  3. sudo /opt/netns/create 19
  4. CMD="ip a"
  5. /opt/netns/exec --id=19 --cmd="$CMD"
  6. CMD="python3 /opt/LibreLight/Xdesk/remote/s.py"
  7. /opt/netns/exec --id=19 --cmd="xterm -e screen $CMD" &