6 lines
180 B
Bash
6 lines
180 B
Bash
cat << 'TOKEN'
|
|
If TOKEN has any quoted characters (like 'TOKEN', "TOKEN" or \TOKEN),
|
|
then all $ ` \ in the here document are literal characters.
|
|
|
|
$PATH \$PATH `shutdown now`
|
|
TOKEN
|