Skip to content

Instantly share code, notes, and snippets.

View toltarisa's full-sized avatar
🎯
Focusing

İsa toltarisa

🎯
Focusing
View GitHub Profile
@toltarisa
toltarisa / myscript.sh
Created October 2, 2020 21:04 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"
@toltarisa
toltarisa / README.md
Created August 30, 2020 16:24 — forked from clhenrick/README.md
PostgreSQL & PostGIS cheatsheet (a work in progress)