tuxdock/compile.sh

3 lines
89 B
Bash
Executable file

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