6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
|
#!/bin/bash
|
||
|
source ${LIBSH}/libeval.sh
|
||
|
|
||
|
cat - >|/tmp/result.txt
|
||
|
status "$(cat /tmp/result.txt)"
|