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

4 lines
33 B
Bash
Executable file

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