Skip to content

Commit 7d39ebd

Browse files
committed
added toboada.sh
1 parent 0ae5d6e commit 7d39ebd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

toboada.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/usr/bin/env bash
2+
3+
set -ue
4+
5+
PAP=${1:-12}
6+
7+
echo "Upload to boada user pap00${PAP}"
8+
9+
scp -r src pap00${PAP}@boada.ac.upc.edu:miniomp
10+
11+
ssh pap00${PAP}@boada.ac.upc.edu

0 commit comments

Comments
 (0)