dotfiles/.bin/umount_tank
2024-02-14 07:55:58 +01:00

5 lines
100 B
Bash
Executable File

#!/bin/sh
awk '$3=="nfs"{print $2}' /etc/fstab \
| xargs -n1 doas umount \
| cut -d" " -f-3