mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
7 lines
70 B
Bash
Executable file
7 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
PAR=parallel
|
|
|
|
# Test the empty line
|
|
echo | $PAR echo foo
|