From c3cc0027edbce2a5948e3ad852920d3ff806d5ec Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sun, 6 Apr 2025 18:39:34 -0500 Subject: [PATCH] / nas() cmd complete i beleive --- dots/bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index b95185d..1797c22 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -160,6 +160,7 @@ nas() { if [ $1 == "mount" ] ; then echo "mount /mnt/nas" sudo mount -t cifs -o credentials=/home/poq/syncDir/secrets/misc/lillesorteboks.txt,iocharset=utf8,noperm //$2/fro /mnt/nas + tree -L 2 /mnt/nas elif [ $1 == "umount" ] || [ $1 == "unmount" ] ; then echo "umount /mnt/nas" sudo umount /mnt/nas