4 lines
103 B
Bash
4 lines
103 B
Bash
#!/usr/bin/env bash
|
|
gcc main.c -o fan_control -lpigpio -O3 -march=native -std=c89
|
|
mv fan_control $HOME
|