mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 10:31:37 -05:00
4 lines
394 B
Bash
4 lines
394 B
Bash
|
#!/usr/bin/env bash
|
||
|
sshfs -oIdentityFile=~/.ssh/id_ed25519_taurus s8896854@taurusexport.hrsk.tu-dresden.de:/beegfs/ws/0/s8896854-master_10/project/python/energy_flow_proper/10_antizeno_engine/.data .data
|
||
|
sshfs -oIdentityFile=~/.ssh/id_ed25519_taurus s8896854@taurusexport.hrsk.tu-dresden.de:/beegfs/ws/0/s8896854-master_10/project/python/energy_flow_proper/10_antizeno_engine/results results
|