mirror of
https://gitlab.com/manzerbredes/paper-lowrate-iot.git
synced 2025-06-23 22:47:41 +00:00
Debug+Add g5k logs
This commit is contained in:
parent
f9d8e59ebb
commit
9305e544d3
1166 changed files with 11848461 additions and 24045 deletions
ns3-simulations
|
@ -13,10 +13,9 @@ logsFinalDst=~/logs/
|
|||
[ "$1" == "deploy" ] && deploy=1 || deploy=0
|
||||
[ "$1" == "-p" ] && progress=1 || progress=0
|
||||
|
||||
|
||||
|
||||
handleSim () {
|
||||
outF="$simArgsLoc/$(uuidgen).sh" # Args file based on host name (avoid conflict)
|
||||
[ -z "${argId}" ] && argId=1 || argId=$(( argId + 1 ))
|
||||
outF="$simArgsLoc/${argId}.sh" # Args file based on host name (avoid conflict)
|
||||
|
||||
# Add Shebang
|
||||
echo '#!/bin/bash' > $outF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue