Added README.md

This commit is contained in:
Josh Ashton
2023-11-09 14:53:18 -07:00
parent d423988442
commit 9c67490dec
5 changed files with 49 additions and 11 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/zsh
gcc -o battery-mon main.c;
./battery-mon --daemonize;