mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
73c7f844d7
10seconds_install: Try curl. Makefile: parallel.html dependency. parallel: Printing joblog => print_joblog. parallel.pod: Removed TinyOgg. testsuite: Minor fixups.
7 lines
135 B
Plaintext
Executable file
7 lines
135 B
Plaintext
Executable file
#!/usr/bin/parallel --shebang-wrap -k /usr/bin/octave -qf
|
|
|
|
arg_list = argv ();
|
|
filename = arg_list{1};
|
|
printf(filename);
|
|
printf("\n");
|