3 lines
90 B
Bash
Executable file
3 lines
90 B
Bash
Executable file
#!/bin/ash
|
|
|
|
g++ -std=c++17 main.cpp -o tux-dock && echo "tux-dock successfully compiled!"
|