summaryrefslogtreecommitdiff
path: root/wrapper/rvs.sh
AgeCommit message (Collapse)Author
2015-06-26add support for running a command from a specific plugin to runcomLuke Shumaker
this feature should only be used internally by plugins
2015-06-26switching to gitLuke Shumaker
2015-06-26haha, I'm a dumb shit,Luke Shumaker
$(bindir)/rvs wasn't passing the command to $(libexecdir)/rvs/runcom
2015-06-26fix Makefiles a bitLuke Shumaker
redo the ugly kludge in load_plugins(...) in wrapper/plugin-load.h
2015-06-26bichun!Luke Shumaker
fixed makefiles, moved around files The wrapper is now a hybrid shell-C program. A shell script does the integrated commands, but it calls the C program (`$(libexecdir)/rvs/runcom') to launch plugins Note that right now, it does EVERYTHING BUT launch plugins.