シェル変数
Shell variable
シェル変数と環境変数の違い
code:bash
#!/bin/sh
NAME="Scrapbox Beaver"
echo $NAME
bash.icon