Change directory for some tools.

This commit is contained in:
Eduard Tolosa 2019-02-08 22:40:44 -05:00
parent ebc9eceadb
commit 57f965cc6e
2 changed files with 0 additions and 0 deletions

View file

@ -1,9 +0,0 @@
#!/usr/bin/bash
fshared="/mnt/Shared/bapkgs"
if [ -z "$*" ]; then
cd "$fshared"
pkgs=$(ls *.pkg.tar.xz)
sudo pacman -U $pkgs
fi