13 lines
171 B
Text
13 lines
171 B
Text
|
#!/bin/execlineb
|
||
|
|
||
|
elgetpositionals
|
||
|
backtick result {
|
||
|
ifelse { runblock -n 3 1 } {
|
||
|
echo "$2"
|
||
|
}
|
||
|
echo "$3"
|
||
|
}
|
||
|
runblock -n 3 -r 1
|
||
|
importas -ui "$1" result
|
||
|
unexport result
|