1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 01:04:06 +08:00
ContextOS/src/h2/h3.sh
2023-03-15 20:37:34 +08:00

11 lines
131 B
Bash

#!/bin/sh
demo1() {
echo "hello world"
echo "hello world"
echo "hello world"
echo "hello world"
echo "hello world"
}
demo1