test_slashes.sh 162 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
#!/bin/sh

filter_from_requires()
{
    local i="$1"
    echo "1i%filter_from_requires /^$i.*/d"
}

filter_from_requires '\\/opt\\/google\\/chrome\\/WidevineCdm'