Skip to content

Commit

Permalink
Merge pull request #9 from CerebruxCode/develop
Browse files Browse the repository at this point in the history
removed quotes from clock and station
  • Loading branch information
cerebrux authored Sep 7, 2020
2 parents 6d14dfa + 4174fa9 commit bbc9716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shelldio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

info() {
tput civis -- invisible # Εξαφάνιση cursor
echo -ne "| Η ώρα είναι '$(date +"%T")'\n| Ακούτε '$stathmos_name'\n| Πατήστε Q/q για έξοδο ή R/r για επιστροφή στη λίστα σταθμών"
echo -ne "| Η ώρα είναι $(date +"%T")\n| Ακούτε $stathmos_name\n| Πατήστε Q/q για έξοδο ή R/r για επιστροφή στη λίστα σταθμών"
}
echo "---------------------------------------------------------"
echo "Shelldio - ακούστε online ραδιόφωνο από το τερματικό"
Expand Down

0 comments on commit bbc9716

Please sign in to comment.