linux-tutorial/codes/shell/demos/helloworld.sh
2019-03-01 14:43:49 +08:00

3 lines
33 B
Bash

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