Skip to content

Commit

Permalink
modified: buildOne.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed May 31, 2019
1 parent 5b8d66e commit 0b41b1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildOne.bash
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ trap _SBOTRPEXIT_ EXIT
trap _SBOTRPSIGNAL_ HUP INT TERM
trap _SBOTRPQUIT_ QUIT
NOW=$(date +%s)
if [[ -z "${DAY:-}" ]]
then
DAY="$(date +%Y%m%d)"
fi
if [[ -z "${RDR:-}" ]]
then
RDR="${PWD##*/}"https://stackoverflow.com/questions/1371261/get-current-directory-name-without-full-path-in-a-bash-script
fi
if [[ -z "${1:-}" ]]
then
EXT=""
Expand Down

0 comments on commit 0b41b1e

Please sign in to comment.