initial commit via gitinitshit

This commit is contained in:
2025-10-22 23:02:29 -06:00
commit 13054d82e2
7 changed files with 75 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
set -e
as -o poweroff_aarch64.o poweroff_aarch64.s
ld -o poweroff_aarch64 poweroff_aarch64.o