File: scheme.sh

package info (click to toggle)
tutos2 2.0.20050413-3.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,840 kB
  • ctags: 6,242
  • sloc: php: 30,898; makefile: 895; sh: 673; cs: 140; lisp: 128; perl: 61
file content (30 lines) | stat: -rwxr-xr-x 698 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/sh
#
#   the ultimate team organization software
#   ---------------------------------------
#
#   Copyright 1998-2000 by Gero Kohnert
#   (see html/copyright.html for License)
#
#   Database Creation
#
#   Author: Gero Kohnert
#
#   $Header: /cvsroot/tutos/tutos/scheme.sh,v 1.33 2002/02/11 08:45:55 gokohnert Exp $
#

usage() {
  echo "$0 is not longer maintained for TUTOS"

  echo ""
  echo "------------------------------------------------------------------------"
  echo ""
  echo "Please initialize the Database by calling the http://....scheme.php page"
  echo ""
  echo "------------------------------------------------------------------------"
}

usage;

#
# End of file scheme.sh