This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This script imports/updates CLO sub-trees | |
# | |
read -p "Please input the tag/branch name: " branch | |
read -p "What do you want to do (import (i) or update (u)): " option | |
case $option in | |
import | i) |