dotfiles/.local/bin/scripts/nas

4 lines
69 B
Text
Raw Normal View History

2023-11-07 10:56:27 +01:00
#!/bin/sh
2023-05-09 14:02:32 +02:00
cd /mnt/nas
find -mindepth 1 -maxdepth 1 -exec mount {} \;