6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
# Replace directory in remwharead.json
|
|
|
|
sed 's|/usr/lib/mozilla/native-messaging-hosts|'"${1}"'|' remwharead.json > "${2}"
|
|
|