Skip to content

v4.0.0

Compare
Choose a tag to compare
@var-bin var-bin released this 15 Feb 11:03
· 4 commits to master since this release

terminalForCoder__WSD

repository for practice *nix terminal (Ubuntu prefer)

Major changes:

  1. Edit README.md in:
    • /
    • /bash
  2. Edit *.sh files:
    • change info messages.
    • for /bash/clone_vendors.sh add PATH_TO_VENDORS_REPO="${HOME}/${REPO_NAME}/vendors"
    • for /bash/scripting/clean_dist.sh add PATH_TO_VENDORS_REPO="${HOME}/${REPO_NAME}/vendors". Add check if [[ ! -e "${PATH_TO_CORE}" ]].
    • for /bash/scripting/clean_dist.sh add PATH_TO_CORE="${HOME}/${REPO_NAME}/bash/core", PATH_TO_ASSETS="${PATH_TO_CORE}/assets". Add check if [[ ! -e "${PATH_TO_CORE}" ]].
    • for /bash/scripting/fast_diff.sh add exit code.
    • for /bash/scripting/fast_diff_v2.sh edit USER_NAME, USER_PASSWORD. Replace diff_master -> diffMaster, attach_diff -> attachDiff.
    • for /bash/scripting/up_repo.sh replace PATH_TO_VENDOR_REPO -> PATH_TO_VENDORS_REPO. Add CHECK_BRANCH

Breaking Changes:

  1. Pay attention to changes in /bash/scripting. If you will have any problem after update, feel free to create Issue

Features:

  1. Terminal managers
  2. Bash-scripting
  3. Routine tasks automation

For more details follow this link

diff-fix-scripts.diff.txt

Enjoy it =)