Files
first/build.sh
2024-01-13 21:18:08 +01:00

4 lines
60 B
Bash

#!/usr/bin/env bash
gcc -o bld build_tool/main.cpp -g
./bld