6 lines
No EOL
148 B
Bash
Executable file
6 lines
No EOL
148 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# The --disable-shutdown-check has been removed apparently
|
|
rm -rf "$HOME/.config/obs-studio/.sentinel"
|
|
|
|
exec obs --startreplaybuffer "$@" |