Skip to content

Instantly share code, notes, and snippets.

View SkamDart's full-sized avatar
👻
Too Spooky

Cameron SkamDart

👻
Too Spooky
View GitHub Profile
@SkamDart
SkamDart / url.txt
Created October 15, 2022 21:26
LInux Kernel Patch URL
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=8aebac82933ff1a7c8eede18cab11e1115e2062b
@SkamDart
SkamDart / watch_ziglings.sh
Created May 6, 2024 18:56
ziglings watch and run script
#!/usr/bin/env nix-shell
#! nix-shell -i bash
#! nix-shell -p fswatch
# Directory to watch
WATCH_DIR="exercises"
# Command to execute when a file is edited
execute_command() {
file_name="$1"