From 98e7f6fe2e8e19b76150bbd9248d3c7368d9971f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 23 Oct 2021 19:05:42 -0500 Subject: [PATCH] BASH: some more command line notes Signed-off-by: Jeff Carr --- README.md | 3 +++ u-boot/uboot | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index b53177d..7eb5d69 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # pinebook +pinebook# ll /etc/bash_completion.d/uboot-bash-completion +/etc/bash_completion.d/uboot-bash-completion -> /home/pinebook/jcarr-pinebook/u-boot/uboot-bash-completion + diff --git a/u-boot/uboot b/u-boot/uboot index 6d6fd52..1d3e244 100755 --- a/u-boot/uboot +++ b/u-boot/uboot @@ -14,6 +14,12 @@ case "$1" in echo fucking clean echo fucking clean ;; + fetch) + git remote add jcarr git@git.wit.com:jcarr/u-boot.git + git fetch jcarr + git fetch trini + git fetch origin + ;; deps) apt install -f libpython-dev if [ ! -f /usr/bin/bison ]; then