summarylogtreecommitdiffstats
path: root/webcamstudio.sh
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-06-09 11:41:59 -0700
committerAndy Weidenbaum2015-06-09 11:41:59 -0700
commit6da7364f69f00f48cb6de7e81495dff92b45da2b (patch)
tree9ec166e8543c9ffc46e8afa406cc93bf5ccc7631 /webcamstudio.sh
downloadaur-6da7364f69f00f48cb6de7e81495dff92b45da2b.tar.gz
Initial import
Diffstat (limited to 'webcamstudio.sh')
-rw-r--r--webcamstudio.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/webcamstudio.sh b/webcamstudio.sh
new file mode 100644
index 000000000000..254421b51873
--- /dev/null
+++ b/webcamstudio.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+pushd /usr/share/webcamstudio > /dev/null \
+ && java -jar WebcamStudio.jar "$@" \
+ && popd > /dev/null