piscine-shell00/ex08/clean

4 lines
73 B
Bash
Executable File

#!/bin/sh
find . -type f \( -name "*~" -o -name "#*#" \) -print -delete