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