summaryrefslogtreecommitdiffstats
path: root/mach
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-04-20 21:18:52 -0700
committerThomas Groman <tgroman@nuegia.net>2020-04-20 21:18:52 -0700
commitc51a3327b19aadbbc4467263c715d585aef3ca79 (patch)
treeaa0e89400d391f4c8d00e8b724afe0a9ff0bc89f /mach
parent55d327a40d363bb16c7443392cc8e70b4b6f1602 (diff)
downloadwebbrowser-c51a3327b19aadbbc4467263c715d585aef3ca79.tar
webbrowser-c51a3327b19aadbbc4467263c715d585aef3ca79.tar.gz
webbrowser-c51a3327b19aadbbc4467263c715d585aef3ca79.tar.lz
webbrowser-c51a3327b19aadbbc4467263c715d585aef3ca79.tar.xz
webbrowser-c51a3327b19aadbbc4467263c715d585aef3ca79.zip
add mach stub
Diffstat (limited to 'mach')
-rwxr-xr-xmach4
1 files changed, 4 insertions, 0 deletions
diff --git a/mach b/mach
new file mode 100755
index 0000000..0fbedf4
--- /dev/null
+++ b/mach
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+MACH_CMD=./platform/mach
+$MACH_CMD $@