Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Use user env for shell scripts #141

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2018

  1. Use /usr/bin/env instead of just /bin

    Joseph Milla committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    6f698bf View commit details
    Browse the repository at this point in the history
  2. Use readonly for constant variables

    Joseph Milla committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    0c69ae0 View commit details
    Browse the repository at this point in the history
  3. Use quotation marks when using variables

    Joseph Milla committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    9238f68 View commit details
    Browse the repository at this point in the history
  4. Add newline at EOF

    Joseph Milla committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    e32ac9c View commit details
    Browse the repository at this point in the history
  5. Use "declare -a" for arrays

    Joseph Milla committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    db92232 View commit details
    Browse the repository at this point in the history