5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 00:50:49 +00:00
panel/bin/with_extension

5 lines
33 B
Plaintext
Raw Permalink Normal View History

2024-01-08 21:43:12 +00:00
#!/bin/sh
grep "\.${1}$"
exit 0