mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
11 lines
131 B
Bash
11 lines
131 B
Bash
#!/bin/sh
|
|
|
|
demo1() {
|
|
echo "hello world"
|
|
echo "hello world"
|
|
echo "hello world"
|
|
echo "hello world"
|
|
echo "hello world"
|
|
}
|
|
demo1
|