update mount workhorse to also work with sshfs

This commit is contained in:
Valentin Boettcher 2022-03-04 16:26:45 +01:00
parent 7c2f5624f4
commit aac009846b
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -1,3 +1,5 @@
#! /usr/bin/env bash
sudo mount.nfs 141.30.17.16:/data_local/hiro/hops $(dirname "$0")
#sshfs 141.30.17.16:/data_local/hiro/hops $(dirname "$0")