This commit is contained in:
team3
2026-06-10 10:29:02 +02:00
parent 05a63f9d65
commit a844953b72
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash
PROGS=("$@")
[ ${#PROGS[@]} -eq 0 ] && PROGS=(firefox code gnome-terminal-server)
mount | awk '$3 ~ /\/doc$/ {print $3}' | xargs -r sudo umount