dapgo / Menu4multiple_Webrowsers

A Menu launcher for all your WebBrowsers (available for Win and *nix/macOS) that allows sharing a common profile among different Firefox webbrowser (Basilisk, FF,Waterfox or Palemoon and forks ). Feedback and bug report are welcome ;)
GNU Lesser General Public License v3.0
10 stars 1 forks source link

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

Open dapgo opened 4 years ago

dapgo commented 4 years ago

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

Linux testers are welcome

dapgo commented 4 years ago

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 !