Skip to content

Commit f7d55fc

Browse files
committed
scripts; pre-emptively add checkPerl.sh
1 parent 2e9caf4 commit f7d55fc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

bin/checkPerl.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
perl --version | head -n 2
6+
7+
cd out/perl
8+
perl -c *.pl
9+
cd ../..
10+

0 commit comments

Comments
 (0)