copy instead of moving

This commit is contained in:
Ferit Yiğit BALABAN
2023-09-16 21:53:31 +03:00
parent 7b1e6c7d84
commit 8d776e56b5

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
gcc main.c -o fan_control -lpigpio -O3 -march=native -std=c89
mv fan_control $HOME
cp fan_control $HOME