diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:16:31 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:16:31 -0600 |
commit | 2bc56a5316345629e4ff451f0640230bf247f976 (patch) | |
tree | 6794624d4b8f37cf82f22186be8dea98174b1b74 /etc/abomination/modules/rvs/init |
rvs-0.5.10.tar.gz
Diffstat (limited to 'etc/abomination/modules/rvs/init')
-rwxr-xr-x | etc/abomination/modules/rvs/init | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/abomination/modules/rvs/init b/etc/abomination/modules/rvs/init new file mode 100755 index 0000000..ae778af --- /dev/null +++ b/etc/abomination/modules/rvs/init @@ -0,0 +1,18 @@ +#!/bin/bash +# abomination rvs init +name='rvs init' +ver='0.5.10' +usage='[OPTIONS]' +# Copyright (C) 2009 Luke Shumaker +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# Originally written by Luke Shumaker <lukeshu@sbcglobal.net>. + +source "`rvs -d`/lib/stdio" +source "`rvs -d`/lib/rvsdb" + +mkdir -p "$repo/{files/tmp}" + |