mooc/www/sys/fs/usr/script/evalQ22

8 lines
69 B
Plaintext
Raw Normal View History

2023-01-31 08:47:50 +04:00
#!/bin/bash
2023-01-31 09:52:15 +04:00
2023-01-31 08:47:50 +04:00
source ${LIBSH}/libeval.sh
2023-01-31 09:52:15 +04:00
status "$(cat <&0)"
exit 0