aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-07-07 11:07:00 -0400
committerRalph Amissah <ralph@amissah.com>2010-07-07 11:07:00 -0400
commita058f50dc234dd4a47bf77db3f727071de8b9ccd (patch)
tree281f1ee801b87f9283e097829316899cfd8adb5e /bin
parentsisu version & changelog (diff)
provide alternative sisu command names sisu-pg & sisu-sqlite
Diffstat (limited to 'bin')
-rw-r--r--bin/sisu-pg2
-rw-r--r--bin/sisu-sqlite2
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/sisu-pg b/bin/sisu-pg
new file mode 100644
index 00000000..e2c31233
--- /dev/null
+++ b/bin/sisu-pg
@@ -0,0 +1,2 @@
+#!/bin/sh
+sisu -D ${@}
diff --git a/bin/sisu-sqlite b/bin/sisu-sqlite
new file mode 100644
index 00000000..3cb11629
--- /dev/null
+++ b/bin/sisu-sqlite
@@ -0,0 +1,2 @@
+#!/bin/sh
+sisu -d ${@}