mounting complete

This commit is contained in:
Heavybullets8 2022-07-29 01:58:44 -06:00
parent 67a6436944
commit df19c4f553

View File

@ -20,7 +20,6 @@ do
mount_list=$(echo "$call" | sed 1d | nl -s ") ") mount_list=$(echo "$call" | sed 1d | nl -s ") ")
mount_title=$(echo "$call" | head -n 1) mount_title=$(echo "$call" | head -n 1)
list=$(echo -e "# $mount_title\n$mount_list" | column -t) list=$(echo -e "# $mount_title\n$mount_list" | column -t)
while true while true
do do
clear -x clear -x