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