Files
bash-tut/teil10/constant.sh
2024-07-08 11:04:14 +02:00

7 lines
42 B
Bash

# constant.sh
readonly const=1
const=2