mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
6 lines
78 B
Text
6 lines
78 B
Text
|
function hello {
|
||
|
for word in "hello" "world" {
|
||
|
echo $word
|
||
|
}
|
||
|
}
|