One plugin per dir.

This commit is contained in:
jregan
2019-05-19 12:00:07 -07:00
parent 31534fe47d
commit 5653ae69e4
42 changed files with 612 additions and 626 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
# Skip the config file name argument.
shift
args=""
for arg in $@; do
args="$args -e $arg"
done
cat - | sed $args