BASH: some more command line notes

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2021-10-23 19:05:42 -05:00
parent 9a025ab22b
commit 98e7f6fe2e
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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