Merge pull request #26 from jsnal/master

Fix macOS installation function
This commit is contained in:
Bryan Jenks 2020-05-14 11:38:52 -07:00 committed by GitHub
commit 922484fbe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
flash
View File

@ -114,7 +114,7 @@ Programming:What is the best operating system?:Arch, because BTW i run Arch:999"
# Define setup process in a function and create necessary files for user # Define setup process in a function and create necessary files for user
setup(){\ setup(){\
mkdir "$DIR" && \ mkdir "$DIR" && \
eval touch {"$EXAMPLE_DECK","$HIGH_SCORE","$REVIEW_LOG"} && \ 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" ;}