Skip to content
Snippets Groups Projects
Commit ea048b93 authored by Xun Yang's avatar Xun Yang
Browse files

jo

parent 1457ad5f
No related branches found
No related tags found
No related merge requests found
#! /bin/bash #! /bin/bash
result=`python3 joosc.py $1` result=`python3 joosc.py $1`
exit $result 1>&2 echo $result
if [ '$result' != "0" ] ; then
exit 42
fi
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment