Skip to content

Commit 5c45df6

Browse files
committed
Merge pull request #7 from stmuk/master
ulimit options are bash specific. Fix when user shell isn't bash.
2 parents 3235487 + f5b8bcf commit 5c45df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
source /home/camelia/perl5/perlbrew/etc/bashrc
33
ulimit -u 80
44
ulimit -v 1048576

0 commit comments

Comments
 (0)