Q3NOGMVAPCDUNKJCUCD34N7B2DMXPR56IOPIEMDI6IFHWTTBW3SAC
HAJWTMACMFFXFLSIVEX5L7IDFEMQXUG33U4KJCPGIH4XLLNUT62QC
echo "got here"
if [ "${DEBUG}" -eq 1 ]; then
echo "got here to logThis" if [[ "${DEBUG}" -eq 1 ]]; then echo "got past debug"
echo "got here to logThis"
if [[ "${DEBUG}" -eq 1 ]]; then
echo "got past debug"
echo "got here to lt"
if [ ! -z "${@}" ]; then
if [[ ! -z "${@}" ]]; then
if [ "${@:0:1}" == "-" ]; then
local trimmedInput=$(echo "${@:0:2}" | cut -d' ' -f2) if [[ "${trimmedInput:0:2}" == '--' ]]; then
local trimmedInput=$(echo "${@:0:2}" | cut -d' ' -f2)
if [[ "${trimmedInput:0:2}" == '--' ]]; then
if [ "${@:2:5}" == "run" ]; then
lt "${@:3:5}" if [[ "${@:3:5}" == "run" ]]; then
lt "${@:3:5}"
if [[ "${@:3:5}" == "run" ]]; then
else echo "Dry run: using '--run' option would create directory '${@}' and initialize a repository at that location."
else
echo "Dry run: using '--run' option would create directory '${@}' and initialize a repository at that location."