mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5 lines
66 B
Bash
5 lines
66 B
Bash
#!/bin/sh
|
|
|
|
ulimit -n 20
|
|
mruby -e '100.times { File.open "'$0'" }'
|