7 lines
61 B
Bash
Executable file
7 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sed '
|
|
s/^\.[^ ]*//
|
|
s/\\f.//g
|
|
s/\\(..//g
|
|
' "$@"
|