Skip to content
Snippets Groups Projects

mntssh.sh

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Fang Lu

    Run the following command to download this script in devel:

    wget https://gitlab.engr.illinois.edu/snippets/79/raw
    Edited
    mntssh.sh 178 B
    #!/bin/bash
    if [ ! -d "/workdirmain/workdir" ]; then
    sshfs -o allow_other,default_permissions,workaround=rename your_username@10.0.2.2:/path/to/your/ece391_share /workdirmain
    fi
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment