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

3 lines
33 B
Bash
Raw Normal View History

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