tuxdock/compile.sh
2025-10-18 23:38:32 +00:00

3 lines
90 B
Bash
Executable file

#!/bin/ash
g++ -std=c++17 main.cpp -o tux-dock && echo "tux-dock successfully compiled!"