mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 09:46:22 +00:00
5 lines
33 B
Text
5 lines
33 B
Text
|
#!/bin/sh
|
||
|
|
||
|
grep "\.${1}$"
|
||
|
exit 0
|