diff options
author | MaZderMind <git@mazdermind.de> | 2016-08-05 16:32:49 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-08-05 16:32:49 +0200 |
commit | 463ab55b178935d72442b71748786c22f1f0e027 (patch) | |
tree | b5bb905495e6131bd64f2b4aa625f438169eeaa7 /example-scripts/config.sh | |
parent | 59f0abcf365e7c80bb51912d95ccc6d262d759c8 (diff) |
allows overriding the default-config of the example-scripts
Diffstat (limited to 'example-scripts/config.sh')
-rw-r--r-- | example-scripts/config.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/example-scripts/config.sh b/example-scripts/config.sh deleted file mode 100644 index f6fb91b..0000000 --- a/example-scripts/config.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -WIDTH=1920 -HEIGHT=1080 -FRAMERATE=25 -AUDIORATE=48000 |