⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (211 Bytes)
Bug #11001
» ulimit_change_test.sh
shell script -
kiyoka (Kiyoka Nishiyama)
, 03/25/2015 01:52 PM
#!/bin/bash
for
i
in
8515 8514 8513 8512 8511 8510 8509 8508 8507 8506 8505 8504 8503 8502 8501 8500 8499 8498 8497 8496 8495 8494 8493 8492 8491 8490 8489
;
do
echo
$i
ulimit
-s
$i
./ruby
--version
done
« Previous
1
2
Next »
(2-2/2)
Loading...