TablePCControl/build.sh
2024-12-08 15:32:54 +01:00

4 lines
117 B
Bash
Executable File

#!/bin/bash
read -p "enter secret password: " SECRET
echo "#define SECRET \"$SECRET\"" > src/secret.h
make -j$(nproc)