5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
gcc -o battery-mon main.c;
|
|
./battery-mon --daemonize;
|