File tree Expand file tree Collapse file tree 5 files changed +18
-14
lines changed Expand file tree Collapse file tree 5 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 1- cli
1+ cli
2+ src /* .sh
3+ src /lib
Original file line number Diff line number Diff line change 1- # Code here runs inside the initialize() function
2- # Use it for anything that you need to run before any other function, like
3- # setting environment variables:
4- # CONFIG_FILE=settings.ini
5- #
6- # Feel free to empty (but not delete) this file.
1+ # # Code here runs inside the initialize() function
2+ # # Use it for anything that you need to run before any other function, like
3+ # # setting environment variables:
4+ # # CONFIG_FILE=settings.ini
5+ # #
6+ # # Feel free to empty (but not delete) this file.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ rm -f src/lib/colors.sh
4+ rm -f src/* .sh
5+
36set -x
47
8+ bashly add colors
59bashly generate
610
711# ## Try Me ###
Original file line number Diff line number Diff line change 1+ + bashly add colors
2+ created src/lib/colors.sh
13+ bashly generate
24creating user files in src
3- skipped src/initialize.sh (exists)
4- skipped src/download_command.sh (exists)
5- skipped src/upload_command.sh (exists)
5+ created src/initialize.sh
6+ created src/download_command.sh
7+ created src/upload_command.sh
68created ./cli
79run ./cli --help to test your bash script
810+ ./cli download
You can’t perform that action at this time.
0 commit comments