entrypoint.sh 89 B

123
  1. #!/bin/bash
  2. exec "/usr/bin/xvfb-run" "-a" "wine" "/opt/syncmanager/SyncManager.exe" "$@"