Skip to content
Snippets Groups Projects

made timeorderer user-friendly with scripts similar to drasi set-up

Merged a.jedele requested to merge andrea_modifications into master
Files
4
+ 14
0
#!/bin/bash
set -e
cd $EXP_PATH
source to.conf #|| { echo not found to.conf ; exit 1 }
mkdir -v ${TO_PC}:${TO_PORT}
cp -iv scripts/to_template.bash ${TO_PC}:${TO_PORT}/to.bash
chmod a+x ${TO_PC}:${TO_PORT}/to.bash
cp -iv scripts/serv.bash ${TO_PC}:${TO_PORT}
chmod a+x ${TO_PC}:${TO_PORT}/serv.bash
Loading