mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-11 01:10:35 +00:00
6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo $3
|
|
|
|
find $3 -exec sed -i '' "s%$1%$2%g" '{}' \;
|