mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
25 lines
334 B
Plaintext
25 lines
334 B
Plaintext
~shell1
|
|
alias import nfs
|
|
return
|
|
~file1
|
|
history load etc/history.txt
|
|
|
|
source etc/local.shy
|
|
config debug on
|
|
return
|
|
|
|
return "hello" "world"
|
|
source etc/demo.shy
|
|
~file1
|
|
history load hi.cmd
|
|
scan_file etc/demo.shy
|
|
echo "who"
|
|
~web
|
|
command add get "https://chat.shylinux.com"
|
|
|
|
~aaa
|
|
login root root
|
|
|
|
~yac
|
|
scan_file etc/demo.shy demo_file
|