diff --git a/macos-run.sh b/macos-run.sh new file mode 100644 index 0000000..8d17051 --- /dev/null +++ b/macos-run.sh @@ -0,0 +1,4 @@ + cd /tmp && curl -LO "https://github.com/Loudbooks/ReportBook/releases/latest/download/reportbook" + chmod +x ./reportbook + ./reportbook + rm ./reportbook