4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
g++ -std=c++17 main.cpp -o tux-dock && echo "tux-dock successfully compiled!"
|