0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/cmake/osxbundle/obslaunch.sh

6 lines
68 B
Bash
Raw Normal View History

#!/bin/sh
cd "$(dirname "$0")"
cd ../Resources/bin
exec ./obs "$@"