dotfiles/scripts/mount_earth.sh

4 lines
67 B
Bash
Raw Normal View History

2022-08-13 22:31:19 +02:00
#!/bin/bash
2023-03-11 17:34:45 +01:00
sshfs -o idmap=user -o transform_symlinks ilo:/ ~/ilo
2022-08-13 22:31:19 +02:00