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

4 lines
34 B
Bash

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