linux-tutorial/codes/shell/demos/helloworld.sh

4 lines
34 B
Bash
Raw Normal View History

2019-02-28 11:19:16 +08:00
#!/bin/bash
2019-10-10 08:56:31 +08:00
2019-02-28 11:19:16 +08:00
echo "Hello, world!"