mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
6 lines
96 B
Python
Executable file
6 lines
96 B
Python
Executable file
#!/usr/local/bin/parallel --shebang-wrap -k /usr/bin/python
|
|
|
|
import sys
|
|
|
|
print str(sys.argv[1])
|