summaryrefslogtreecommitdiffstats
path: root/vagrant_support/re.pl
blob: d6deeca8cf5bea3867c20086f8665d93f48dbb89 (plain)
1
2
3
4
5
6
#!/bin/bash

exec perl \
    -I$HOME/perl/lib/perl5 \
    -I/vagrant/local/lib/perl5 \
    $HOME/perl/bin/re.pl "$@"