Skip to content

Instantly share code, notes, and snippets.

View omegapaulo's full-sized avatar
💭
Always learning...

Paulo Omega omegapaulo

💭
Always learning...
View GitHub Profile
@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active December 30, 2025 08:45
Building a react native app in WSL2
@bradtraversy
bradtraversy / myscript.sh
Last active January 28, 2026 14:42
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"