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

3 lines
33 B
Bash

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