15 lines
129 B
Plaintext
15 lines
129 B
Plaintext
LANG=C LC_ALL=C
|
|
|
|
set -o history
|
|
echo a
|
|
echo b
|
|
echo c
|
|
|
|
set -o histexpand
|
|
set -o posix
|
|
|
|
echo "#!/bin/bash" !!
|
|
|
|
echo '!!'
|
|
echo "!!"
|