dotfiles/.bin/mount_tank

5 lines
99 B
Bash
Executable File

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