summaryrefslogtreecommitdiff
path: root/src/xi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/xi.sh')
-rwxr-xr-xsrc/xi.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/xi.sh b/src/xi.sh
index afff70f..e00e68d 100755
--- a/src/xi.sh
+++ b/src/xi.sh
@@ -47,6 +47,7 @@ done
. ${LIBDIR}/query.sh
. ${LIBDIR}/sync.sh
. ${LIBDIR}/install.sh
+. ${LIBDIR}/bootstrap.sh
. ${LIBDIR}/get.sh
shift $((OPTIND-1))
@@ -70,10 +71,19 @@ else
shift
files $@
;;
+ "keyimport")
+ shift
+ set -o noglob
+ keyimport $@
+ ;;
"file")
shift
file $@
;;
+ "bootstrap")
+ shift
+ bootstrap $@
+ ;;
*)
$DO_SYNC && sync
fetch $@