4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
# see #728612 emulate gettext in LANG=C
|
||
|
|
echo -n "$@"
|