dev script
This commit is contained in:
parent
bf69839549
commit
c40f866475
2 changed files with 5 additions and 0 deletions
2
run
Executable file
2
run
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/rc
|
||||||
|
6.out -s50000000
|
||||||
3
scemu.c
3
scemu.c
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue