Skip to content

Instantly share code, notes, and snippets.

View j-martinez-dev's full-sized avatar

Jaime Martinez j-martinez-dev

View GitHub Profile
@j-martinez-dev
j-martinez-dev / wsl.sh
Created October 5, 2021 14:55
Development installation wsl
echo "Please write your name:"
read NAME
echo "Please write your personal email:"
read PERSONAL
echo "Please write your work email:"
read WORK
init() {
@j-martinez-dev
j-martinez-dev / install-ubuntu.sh
Last active April 9, 2024 11:18
Development installation
echo "Please write your name:"
read NAME
echo "Please write your personal email:"
read PERSONAL
echo "Please write your work email:"
read WORK
init() {