mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-23 14:38:05 +00:00
4 lines
57 B
Bash
4 lines
57 B
Bash
|
#!/usr/bin/parallel --shebang-wrap -k /bin/sh
|
||
|
|
||
|
echo "$@"
|