8 lines
69 B
Bash
8 lines
69 B
Bash
#!/bin/bash
|
|
|
|
source ${LIBSH}/libeval.sh
|
|
|
|
status "$(cat <&0)"
|
|
|
|
exit 0
|