mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2025-01-11 00:57:53 +00:00
5 lines
60 B
Bash
5 lines
60 B
Bash
#!/bin/bash
|
|
|
|
# Test the empty line
|
|
echo | parallel echo foo
|