linux-tutorial/codes/shell/demos/helloworld.sh
2019-10-10 08:56:31 +08:00

4 lines
34 B
Bash

#!/bin/bash
echo "Hello, world!"