Skip to content

Commit cf0f339

Browse files
committed
Add script to setup environment
1 parent cb0299a commit cf0f339

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup-env.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
for module in ./modules/*;
3+
do
4+
export PERL5LIB=$PERL5LIB:${module}/lib/;
5+
done

0 commit comments

Comments
 (0)