mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 16:39:53 +02:00
12 lines
108 B
Plaintext
12 lines
108 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" !!
|