2023-01-31 09:52:15 +04:00

8 lines
69 B
Bash

#!/bin/bash
source ${LIBSH}/libeval.sh
status "$(cat <&0)"
exit 0