mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
3fa2a4a8d4
Prepared for name change to 'par'
7 lines
70 B
Bash
7 lines
70 B
Bash
#!/bin/bash
|
|
|
|
PAR=parallel
|
|
|
|
# Test the empty line
|
|
echo | $PAR echo foo
|