summaryrefslogtreecommitdiffstats
path: root/flex/lex.sh
diff options
context:
space:
mode:
Diffstat (limited to 'flex/lex.sh')
-rw-r--r--flex/lex.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/flex/lex.sh b/flex/lex.sh
new file mode 100644
index 000000000..13e7de692
--- /dev/null
+++ b/flex/lex.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec /usr/bin/flex -l "$@"