3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
echo "$1" | cut -d'/' -f3- | sed 's/[[:digit:]]\+\.//'
|