Skip to content
Snippets Groups Projects
Commit de93b816 authored by Andreas Herten's avatar Andreas Herten
Browse files

Add deploy script

parent c4fb00c1
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
if [ -f $HOME/Documents/NVAL/Courses/SC/OpenPOWER-Tutorial-SC19/Ascent-Prep/.ascent-password ]; then
SSHPASSWRAPPER="sshpass -f $HOME/Documents/NVAL/Courses/SC/OpenPOWER-Tutorial-SC19/Ascent-Prep/.ascent-password"
else
SSHPASSWRAPPER=""
fi
$SSHPASSWRAPPER rsync --archive --verbose --compress --cvs-exclude --exclude=".*" --exclude="*-openpower.tar.gz" ./ ascent:/gpfs/wolf/trn003/world-shared/material/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment