aoc2022/clean.sh

9 lines
74 B
Bash
Executable File

#!/bin/bash
rm ./*-a
rm ./*-b
rm ./*-a-v*
rm ./*-b-v*
rm ./*.hi
rm ./*.o