1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-06 01:58:38 +02:00
vroom/scripts/start_hypnotoad
2014-10-12 18:22:02 +02:00

7 lines
98 B
Bash
Executable File

#!/bin/sh
DIR=$(dirname $0)
export PERL5LIB="$DIR/../lib/"
cd $DIR/..
hypnotoad -f vroom.pl "$*"