diff --git a/compile.sh b/compile.sh index 1d7488d..ec09bb9 100755 --- a/compile.sh +++ b/compile.sh @@ -1,3 +1,3 @@ -#!/bin/ash +#!/bin/sh g++ -std=c++17 main.cpp -o tux-dock && echo "tux-dock successfully compiled!"