Skip to content

Instantly share code, notes, and snippets.

View hunterkepley's full-sized avatar
🕹️
deving

Hunter Kepley hunterkepley

🕹️
deving
  • Red Hat
  • USA
  • 03:15 (UTC -04:00)
View GitHub Profile
@hunterkepley
hunterkepley / sh
Created April 27, 2025 15:08
update-blocklist-pihole
#!/bin/bash
# vars
src=/home/pi/src
#in=$src/in
out=$src/out
rawout=$out/combined.raw
procout=$out/combined.processed
srclist=$src/src.list
pihole=/etc/pihole
@hunterkepley
hunterkepley / 4coder basic project file
Created May 9, 2020 05:58
Basic project file for the 4coder text editor
version(1);
project_name = "Test";
patterns = {
"*.cpp",
".hpp",
".bat",
".4coder",
};