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