forked from bitlair/ansible
6 lines
185 B
Bash
6 lines
185 B
Bash
#!/bin/bash
|
|
|
|
export REVBANK_DIR=/usr/local/share/revbank
|
|
export REVBANK_PLUGINS="$(cat $REVBANK_DIR/data/plugins | sed 's/ *#.*$//g' | sed '/^$/d' | tr '\n' ' ')"
|
|
|
|
$REVBANK_DIR/revbank
|