Skip to content

Commit 26deb39

Browse files
authored
Update How.md
1 parent 1a8cfea commit 26deb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

level05/resources/How.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for i in /opt/openarenaserver/* ; do
2323
rm -f "$i"
2424
done
2525
```
26-
It's a script bash. This script loop over everything in the directory. `ulimit -t 5` gives a limit of 5 seconds of CPU time. `bash -x "$i"` execute **$i** and the **-x** print the command in the standard error output. After the execution of a file, it's deleted.
26+
It's a script bash. This script loop over everything in the directory. `ulimit -t 5` gives a limit of 5 seconds of CPU time. `bash -x "$i"` execute **$i** and the **-x** print the command in the standard error output. After the execution of a file, this one is deleted.
2727

2828
So the idea is to write a script that will be store in `/opt/openarenaserver/` and executed by the script just above.
2929

0 commit comments

Comments
 (0)