summaryrefslogtreecommitdiffstats
path: root/bin/delproject
diff options
context:
space:
mode:
authorroot <root@dev.spline.de>2008-08-28 18:13:33 +0200
committerroot <root@dev.spline.de>2008-08-28 18:13:33 +0200
commit77372fbbf321bc0f4085f5003283e8c6127036bf (patch)
treea023175d4925184b7811594a45778267d15ce0c0 /bin/delproject
parent43cad154aaa7778b51b884b24147b51656ae3596 (diff)
downloaddev-scripts-77372fbbf321bc0f4085f5003283e8c6127036bf.tar.gz
dev-scripts-77372fbbf321bc0f4085f5003283e8c6127036bf.tar.xz
dev-scripts-77372fbbf321bc0f4085f5003283e8c6127036bf.zip
added the index page for the users' trac-wiki and a useful getting started page.
database connection funtion for add/del project add initial project members in addproject to database
Diffstat (limited to '')
-rwxr-xr-xbin/delproject4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/delproject b/bin/delproject
index 4852276..c53bb00 100755
--- a/bin/delproject
+++ b/bin/delproject
@@ -1,5 +1,9 @@
#!/bin/bash
+dbquery() {
+ mysql -s -s -e "$*" trac
+}
+
# main function
main() {
echo