We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75ee43 commit ffeb8b4Copy full SHA for ffeb8b4
image.ml
src/ts-template.sh
@@ -14,10 +14,11 @@ c="$1"
14
shift
15
16
case "$c" in
17
+ clean) $0 rm; $0 createdb;;
18
add) "$BIN"/ts-add "$@";;
19
rm) rm -rf "$files_dir"/?*;;
20
createdb) "$TOOLS"/createdb-simpler;;
21
interface) "$TOOLS"/interface "$@";;
- web) "$WEB"/ts-web;;
22
+ web) "$TOOLS"/web;;
23
*) cat "$0";;
24
esac
tools/createdb tools/createdb-pgocaml
web/ts-web tools/web
0 commit comments