removed the 'function' keyword before declaring a function as is not needed.
[bash-notes.git] / SOURCE / CORE / core-show.sh
index 1a04c82..ac02c6b 100644 (file)
@@ -1,4 +1,4 @@
-function shownote() {
+shownote() {
        NOTE=$1
 
        # shellcheck disable=SC2155