2 lines
58 B
Bash
2 lines
58 B
Bash
|
|
#!/bin/sh -x
|
||
|
|
sed -Ei 's, ([A-Z0-9]+/)?U\?-\?,,g' "$1.net"
|