Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Remove function keyword, fix redirection#106

Open
aburgd wants to merge 1 commit intostandardnotes:mainfrom
aburgd:patch-1
Open

Remove function keyword, fix redirection#106
aburgd wants to merge 1 commit intostandardnotes:mainfrom
aburgd:patch-1

Conversation

@aburgd
Copy link

@aburgd aburgd commented Dec 27, 2022

Lines 45 and 54 used function keyword, which is not used in prior function declarations. Line 60 threw a syntax error for unexpected redirection, changed <<< operator to use echo and a pipe.

Lines 45 and 54 used `function` keyword, which is not used for in prior function declarations. Line 60 threw a syntax error for unexpected redirection, changed `<<<` operator to use echo and a pipe.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant