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

6 lines
121 B
Bash
Raw Normal View History

2019-05-20 19:23:16 +02:00
#!/bin/sh
read args
args="$(echo ${args} | sed -E 's/^.+\"(.+)\"$/\1/')" # Remove length and quotes.
remwharead ${args}