first commit

This commit is contained in:
FoxSpellCaster
2025-12-07 02:27:45 -05:00
parent 4d8a638943
commit 4292004b6e
454 changed files with 2567 additions and 0 deletions

4
prototype.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
printf '\033c\033]0;%s\a' prototype
base_path="$(dirname "$(realpath "$0")")"
"$base_path/prototype" "$@"