dev script

This commit is contained in:
Yuvia 2025-09-06 12:44:07 +00:00
parent bf69839549
commit c40f866475
2 changed files with 5 additions and 0 deletions

2
run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/rc
6.out -s50000000

View file

@ -66,6 +66,9 @@ main(int argc, char **argv)
case 's': case 's':
target = atoll(EARGF(usage())); target = atoll(EARGF(usage()));
break; break;
default:
usage();
break;
}ARGEND }ARGEND
openprog(*argv, &progsiz); openprog(*argv, &progsiz);
if(prog == nil) if(prog == nil)