1
edit
Changes
→Results
----
#!/bin/bash
sync
)
<pre>
# this suppose to call all small script one by one, and to be run with nohup.
# bug: it calls each script in background..
echo "Start Testing"
free
date
echo "==================================="
/home/bossanesta/test-10kb
free
date
/home/bossanesta/test-1mb
free
date
/home/bossanesta/test-100mb
free
date
echo "Finish Testing"
</pre>
'''[root@scotland raid0]# sh +x speedtest.sh'''