case $1 in
--help|-h)
echo "help"
;;
--version|-v)
echo "1.0"
;;
*)
echo "unknown choice"
;;
esac
^^ note the esac at end
case $1 in
--help|-h)
echo "help"
;;
--version|-v)
echo "1.0"
;;
*)
echo "unknown choice"
;;
esac
^^ note the esac at endstatus | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |