diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-09 00:20:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-09 00:20:58 +0000 |
| commit | 2aeff3a6c0ecf5fc0e8f13c4dc580ae5dfb464f2 (patch) | |
| tree | 96b1f212a9aedfc2c529dff14020bddfe484a74f | |
| parent | bd68f5a27795cb9151633bac810c53bae4ec4bf4 (diff) | |
Add run_scaled option to startup script.
| -rwxr-xr-x | run/dcpomatic | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index f2e12529e..fcc0e2539 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -20,6 +20,9 @@ elif [ "$1" == "--i18n" ]; then elif [ "$1" == "--perf" ]; then shift perf record build/src/tools/dcpomatic2 $* +elif [ "$1" == "--scaled" ]; then + shift + ~/src/run_scaled/run_scaled --sleep=5 --scale=0.5 build/src/tools/dcpomatic2 $* else build/src/tools/dcpomatic2 $* fi |
