13 lines
173 B
Text
13 lines
173 B
Text
|
#!/bin/execlineb
|
||
|
|
||
|
importas -ui name 1
|
||
|
importas -ui rdfd ELSTATE_${name}
|
||
|
backtick -E wrfd { s6-expr "$rdfd" + 1 }
|
||
|
|
||
|
fdclose ${rdfd}
|
||
|
fdclose ${wrfd}
|
||
|
|
||
|
shift
|
||
|
elgetpositionals
|
||
|
$@
|