summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-09-23 00:50:53 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-09-23 00:50:53 -0400
commit1914ec75fffb075c6d617022f7a697fddcfc5636 (patch)
tree690976501f95c429600d6d95ce2b76b907ef9f98 /mach
parent0b059e348a4176a60add95c6cbf78ad37b8ce81d (diff)
downloadaura-central-1914ec75fffb075c6d617022f7a697fddcfc5636.tar.gz
Add a simple pass-through stub for mach
Diffstat (limited to 'mach')
-rw-r--r--mach3
1 files changed, 3 insertions, 0 deletions
diff --git a/mach b/mach
new file mode 100644
index 000000000..966d74cf0
--- /dev/null
+++ b/mach
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+./mozilla/mach $@ \ No newline at end of file