Merge branch 'dyveloper-master' into develop

master^2
Ingolf Wanger 2019-07-12 19:35:04 +02:00
commit c3ccb97405
1 changed files with 6 additions and 0 deletions

6
memo
View File

@ -106,6 +106,12 @@ function remove_topic (){
function edit_topic () {
topic_name=$1
if [[ -z $topic_name ]]
then
echo "you have to specify a topic"
exit 1
fi
precondition:provide_topic ${topic_name}
topic_path=${MEMO_FOLDER}/${topic_name}