start_oszi.sh 168 B

12345678
  1. #!/usr/bin/bash
  2. #sleep 3;
  3. sudo /opt/netns/create 18
  4. CMD="python3 /opt/LibreLight/ASP/monitor/oszi_grid.py"
  5. /opt/netns/exec --id=18 --cmd="xterm -e screen $CMD" &