Blame view
tests/bundles.t
226 Bytes
|
e9bdca544
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add multiple bundles.
$ echo "$PLUGIN_DIR
$PLUGIN_DIR2" | antigen-bundles
Cloning into '.+?'\.\.\. (re)
done.
Cloning into '.+?'\.\.\. (re)
done.
Check if they are both applied.
$ hehe
hehe
$ hehe2
hehe2
|