#!/bin/bash | |
function show_todo() | |
{ | |
cat <<EOT | |
** ----------------------------------------------------------------------- | |
** [TODO] | |
** ----------------------------------------------------------------------- | |
1) gerrit.sh --search --me --wip | |
query> owner:joey@opennetworking.org status:open | |
EOT | |
} | |
show_todo | |
unset todo | |
: # ($?==0) | |
# [EOF] |