Loading cloneall.bash +3 −5 Original line number Diff line number Diff line #!/bin/bash set -vex REPOS=(${REPOS:=gitlab-profile core io integrate octree domain PM}) REPOS=(${REPOS:=gitlab-profile easyc utils core io integrate octree domain PM}) : ${SESSION_NAME:=hw} : ${HW_BUILD=$PWD/build/} : ${HW_DATA=$PWD/build/} : ${EC_BUILD=$PWD/build/} : ${EC_DATA=$PWD/data/} while getopts "cptlr:" opt do Loading Loading @@ -42,8 +42,6 @@ if [ ! -z "$tmuxa" ]; then if ! tmux has-session -t $SESSION_NAME ; then # Create a new tmux session [[ -d full ]] && REPOS+=(full) for index in "${!REPOS[@]}"; do value="${REPOS[index]}" Loading Loading
cloneall.bash +3 −5 Original line number Diff line number Diff line #!/bin/bash set -vex REPOS=(${REPOS:=gitlab-profile core io integrate octree domain PM}) REPOS=(${REPOS:=gitlab-profile easyc utils core io integrate octree domain PM}) : ${SESSION_NAME:=hw} : ${HW_BUILD=$PWD/build/} : ${HW_DATA=$PWD/build/} : ${EC_BUILD=$PWD/build/} : ${EC_DATA=$PWD/data/} while getopts "cptlr:" opt do Loading Loading @@ -42,8 +42,6 @@ if [ ! -z "$tmuxa" ]; then if ! tmux has-session -t $SESSION_NAME ; then # Create a new tmux session [[ -d full ]] && REPOS+=(full) for index in "${!REPOS[@]}"; do value="${REPOS[index]}" Loading