diff --git a/roll.sh b/roll.sh index a732ed4..51fafb8 100755 --- a/roll.sh +++ b/roll.sh @@ -74,7 +74,15 @@ audpid=$! #echo -e "${yell}Fetching video..." # Sync FPS to reality as best as possible. Mac's freebsd version of date cannot # has nanoseconds so inject python. :/ -python <(cat < /dev/null ; then + python_binary=python3 +else + python_binary=python +fi +$python_binary <(cat <