kmitl-profund-exercise/pipetofile/single-use-build-and-run.sh

8 lines
51 B
Bash
Raw Permalink Normal View History

2023-04-02 18:14:10 +00:00
#!/bin/bash
g++ -o main main.cpp
./main
rm main