mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 12:06:21 +00:00
4 lines
33 B
Bash
Executable file
4 lines
33 B
Bash
Executable file
#!/bin/sh
|
|
|
|
grep "\.${1}$"
|
|
exit 0
|