mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 23:53:18 +02:00
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
# ash, pd ksh fail this one
|
|
echo -n "quote "
|
|
expiry="now"
|
|
timet="` getdate \"$expiry\" `"
|
|
echo "$timet"
|