blob: 65626476f356a61f2d54abb32f6dc6744c48ee65 [file] [log] [blame]
#!/bin/bash
echo $1
eval $1
if [ $? -eq 0 ]; then
exit 0;
fi
exit 1;