Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlight committed Nov 4, 2010
1 parent e75ee43 commit ffeb8b4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
23 changes: 0 additions & 23 deletions image.ml

This file was deleted.

3 changes: 2 additions & 1 deletion src/ts-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ c="$1"
shift

case "$c" in
clean) $0 rm; $0 createdb;;
add) "$BIN"/ts-add "$@";;
rm) rm -rf "$files_dir"/?*;;
createdb) "$TOOLS"/createdb-simpler;;
interface) "$TOOLS"/interface "$@";;
web) "$WEB"/ts-web;;
web) "$TOOLS"/web;;
*) cat "$0";;
esac
File renamed without changes.
File renamed without changes.

0 comments on commit ffeb8b4

Please sign in to comment.