summaryrefslogtreecommitdiffstats
path: root/vagrant_support/re.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant_support/re.pl')
-rwxr-xr-xvagrant_support/re.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/vagrant_support/re.pl b/vagrant_support/re.pl
new file mode 100755
index 000000000..d6deeca8c
--- /dev/null
+++ b/vagrant_support/re.pl
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+exec perl \
+ -I$HOME/perl/lib/perl5 \
+ -I/vagrant/local/lib/perl5 \
+ $HOME/perl/bin/re.pl "$@"