fix function close brace

This commit is contained in:
Bryan Jenks 2020-05-07 14:05:14 -07:00
parent 15e8648e4b
commit a1e17bad9d
1 changed files with 1 additions and 2 deletions

3
flash
View File

@ -114,8 +114,7 @@ setup(){\
mkdir "$DIR" && \ mkdir "$DIR" && \
eval touch {"$EXAMPLE_DECK","$HIGH_SCORE","$REVIEW_LOG"} && \ eval touch {"$EXAMPLE_DECK","$HIGH_SCORE","$REVIEW_LOG"} && \
echo "$DECK_TEMPLATE" >> "$EXAMPLE_DECK" && \ echo "$DECK_TEMPLATE" >> "$EXAMPLE_DECK" && \
echo -e "$DIR_MADE_MSG" \ echo -e "$DIR_MADE_MSG" ;}
;}
# Test if .local/share exists and wether to offer setup process # Test if .local/share exists and wether to offer setup process
if [ ! -d "$DIR" ];then if [ ! -d "$DIR" ];then