Skip to content

Instantly share code, notes, and snippets.

View ocampogeric's full-sized avatar

Eric Ocampo ocampogeric

View GitHub Profile
@ocampogeric
ocampogeric / installFirefoxDev.sh
Created May 8, 2019 18:37
Install Firefox developer edition linux64
#!/bin/bash
# get firefox dev package
# en-US
# es-MX
PS3='Please select a firefox language: '
options=("1) Español" "2) English" "Quit")
select opt in "${options[@]}"
do
case $opt in