Files
bash-tut/teil10/constant.sh
T

7 lines
42 B
Bash

# constant.sh
readonly const=1
const=2