]> git.wh0rd.org - home.git/blobdiff - .chromite/chrome_sdk.bashrc
chromite: move & update
[home.git] / .chromite / chrome_sdk.bashrc
diff --git a/.chromite/chrome_sdk.bashrc b/.chromite/chrome_sdk.bashrc
deleted file mode 100644 (file)
index 4f660f4..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-IP=100.100.11.159
-
-n() {
-       [[ $# -eq 0 ]] && set -- chrome
-       ninja -C out_${SDK_BOARD}/Release -j500 "$@"
-}
-
-d() {
-       deploy_chrome --build-dir=out_${SDK_BOARD}/Release --to=${IP} "$@"
-}
-
-cat <<EOF
-
-Commands:
- gclient: use runhooks for a new board
- gn gen out_\${SDK_BOARD}/Release --args="\${GN_ARGS}"
- n: run ninja to compile chrome
- d: deploy the compiled code to ${IP}
-
-EOF