ulimit-tvf.sh 52 B

1234567
  1. #!/bin/bash
  2. ulimit -t $1 -v $2 -f $3
  3. shift 3
  4. "$@"