summarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorDaniel Landau2018-02-22 16:08:03 +0200
committerDaniel Landau2018-02-22 16:08:03 +0200
commitfcfdd2f5311c656fb85a13b50534038da9b8f919 (patch)
treec4aa847382b8421c88e33693cf56b99d0b6e5a74 /run.sh
parent70f2253cbfa37125f0d91aff9c18ab0231f6f06e (diff)
downloadaur-fcfdd2f5311c656fb85a13b50534038da9b8f919.tar.gz
Pass along arguments
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 3e4e22fd73ae..e0a253560e4d 100755
--- a/run.sh
+++ b/run.sh
@@ -1,4 +1,4 @@
#!/bin/bash
cd /opt/ssb-patchwork
-./node_modules/.bin/electron index.js
+./node_modules/.bin/electron index.js "$@"