mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
parallel: Code tabified.
This commit is contained in:
parent
e40b886a9a
commit
062e8ef744
|
@ -5381,7 +5381,7 @@ sub show_limits() {
|
|||
"Maximal usable size of command: ",
|
||||
$Global::usable_command_line_length,"\n",
|
||||
"\n",
|
||||
"Execution of will continue now, ",
|
||||
"Execution will continue now, ",
|
||||
"and it will try to read its input\n",
|
||||
"and run commands; if this is not ",
|
||||
"what you wanted to happen, please\n",
|
||||
|
@ -6857,7 +6857,6 @@ sub limit($) {
|
|||
else { exit (sum*1024 < '$limit') }
|
||||
}' /proc/meminfo;
|
||||
};
|
||||
export -f mem;
|
||||
mem %s;
|
||||
!,
|
||||
"load" => q!
|
||||
|
@ -14239,4 +14238,3 @@ sub main() {
|
|||
}
|
||||
|
||||
main();
|
||||
|
||||
|
|
Loading…
Reference in a new issue