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

5 lines
99 B
Bash
Executable File

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