5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-03 17:57:05 +00:00
panel/bin/with_extension
2024-01-11 13:10:20 -03:00

5 lines
33 B
Bash
Executable file

#!/bin/sh
grep "\.${1}$"
exit 0