Python
Bash
Git
Databases
Linux
Web
VS Code
Reaper
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
for file in /path/to/directory/*; do echo $file; done