remwharead/browser-plugins/webextension/native-wrapper/remwharead_wrapper.sh

6 lines
121 B
Bash
Executable File

#!/bin/sh
read args
args="$(echo ${args} | sed -E 's/^.+\"(.+)\"$/\1/')" # Remove length and quotes.
remwharead ${args}