18 lines
280 B
Text
18 lines
280 B
Text
|
#!/bin/execlineb
|
||
|
|
||
|
multisubstitute {
|
||
|
importas -ui name 1
|
||
|
importas -ui input 2
|
||
|
}
|
||
|
|
||
|
backtick defines {
|
||
|
backtick -E cleaned { pipeline { s6-echo "$input" } tr -d "\\n" }
|
||
|
json-defines "$name" "$cleaned"
|
||
|
}
|
||
|
importas -uisd "\n" defines defines
|
||
|
|
||
|
shift -n 2
|
||
|
elgetpositionals
|
||
|
$defines
|
||
|
$@
|