1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 01:04:06 +08:00
This commit is contained in:
harveyshao 2023-02-21 21:12:41 +08:00
parent d0b1674189
commit aebf0e0ef5

View File

@ -1,7 +1,8 @@
#!/bin/sh
show() {
echo "$TERM $PWD $HOME $PATH"
echo "$SHELL $TERM $PWD $HOME"
echo "$PATH"|tr ":" "\n"
echo "$ISH_CTX_SCRIPT <= $ISH_CTX_MODULE"
echo "hello world $content $@"
}