obslaunch.sh 68 B

12345
  1. #!/bin/sh
  2. cd "$(dirname "$0")"
  3. cd ../Resources/bin
  4. exec ./obs "$@"