Skip to content

Instantly share code, notes, and snippets.

View shoemoney's full-sized avatar

Jeremy Schoemaker shoemoney

View GitHub Profile
@zirkuswurstikus
zirkuswurstikus / lua_build_macos.sh
Last active October 6, 2025 10:52
A step by step guide on how to install lua, luajit and luarocks from sources on macOS.
# Build & install Lua on macOS
# We will compile Lua 5.1 because it is compatible with openresty/lapis.
# Replace the variables from line 30 ff to install a diffrent version.
# See: https://www.lua.org/manual/5.1/
# NOTE:
# We create a dedicated directory for the Lua stuff to putt all the stuff in.
@shoemoney
shoemoney / Claude911.sh
Last active August 13, 2025 18:45
Auto-Claude - Never wait for user input! WIP v.01
#!/bin/bash
################################################
# ____ _ _ ___ _ _
# / ___| | __ _ _ _ __| | ___ / _ \/ / |
#| | | |/ _` | | | |/ _` |/ _ \ (_) | | |
#| |___| | (_| | |_| | (_| | __/\__, | | |
# \____|_|\__,_|\__,_|\__,_|\___| /_/|_|_|
# ##############################################