Files
tuxdock/compile.sh

4 lines
89 B
Bash
Executable File

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