Change shell interpreter from ash to sh

This commit is contained in:
MARKMENTAL 2025-10-18 20:04:09 -04:00 committed by GitHub
commit 67e73a1aa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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