12 lines
171 B
Text
Executable file
12 lines
171 B
Text
Executable file
#!/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
|