mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-02 16:28:14 +02:00
4 lines
105 B
Plaintext
Executable File
4 lines
105 B
Plaintext
Executable File
../bash ./dollar-star.sh a b > x 2>&1
|
|
../bash ./dollar-at.sh a b >>x 2>&1
|
|
diff x dollar.right && rm -f x
|