aboutsummaryrefslogtreecommitdiff
path: root/src/cpt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpt')
-rwxr-xr-xsrc/cpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpt b/src/cpt
index ee4a328..4ddb4df 100755
--- a/src/cpt
+++ b/src/cpt
@@ -44,6 +44,12 @@ case "$arg" in
[ "$2" ] || cpt-install "$@"
exit
;;
+ cbi)
+ # Checksum, build and install.
+ cpt-checksum "$@"; cpt-build "$@"
+ [ "$2" ] || cpt-install "$@"
+ exit
+ ;;
*) glob=1 ;;
esac