Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu script for bash/posix (MacOS, Linux...) #10

Open
dapgo opened this issue Feb 4, 2020 · 1 comment
Open

Menu script for bash/posix (MacOS, Linux...) #10

dapgo opened this issue Feb 4, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dapgo
Copy link
Owner

dapgo commented Feb 4, 2020

Starting with the translation to bash script (testing in MacOSX term).

Linux testers are welcome

@dapgo dapgo added enhancement New feature or request help wanted Extra attention is needed labels Feb 4, 2020
@dapgo dapgo self-assigned this Feb 4, 2020
@dapgo
Copy link
Owner Author

dapgo commented Feb 4, 2020

batch vs bash
%V_var%     $V_var
ECHO/     ECHO "" / printf "\n"
ECHO texto     echo "texto" (bash doesn't recognize ECHO in caps)
REM     #
CHOICE     read
GOTO     case / if /break
(folder path) \     /
%CD%     "$(dirname "$0")"
IF EXIST "%PATH%"     if [ -d "$path" ]
IF NOT if !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant