tile/third_party/date/test_fail.sh

11 lines
73 B
Bash
Raw Normal View History

2024-06-11 19:13:30 +08:00
#!/bin/bash
echo $1
eval $1
if [ $? -eq 0 ]; then
exit 0;
fi
exit 1;