summaryrefslogtreecommitdiff
path: root/.local/bin/mount-media
blob: f35e4af04725a71522e3d5a290d922b0b6e0d927 (plain)
1
2
3
4
5
6
#!/bin/sh
# Uses sshfs to locally mount media directories
# Check if the media computer is reachable and if so mount the media
ping -W 0.01 -c 1 docker >/dev/null && \
		sshfs docker:/srv/docker/arr/data/media $HOME/media