mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
20 lines
192 B
Plaintext
20 lines
192 B
Plaintext
source etc/local.shy
|
|
var a <-
|
|
for index $a result hi
|
|
echo $hi
|
|
end
|
|
|
|
~file1
|
|
history load etc/history.txt
|
|
~shell1
|
|
alias import nfs
|
|
|
|
var b = 1
|
|
|
|
label hi
|
|
|
|
echo $b
|
|
let b = $b + 1
|
|
goto hi $b < 4
|
|
|