From ef49308233cc974106dcd4ad4acb2e000efd39a2 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Sat, 27 Jul 2019 12:58:00 +0900 Subject: [PATCH] chg: [doc] Added bash 5.0 new vars to be used once builder updated --- deploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deploy.sh b/deploy.sh index d50bd43..ea07a9c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,11 @@ #!/usr/bin/env bash +# Bash 5.0 new variables: +## EPOCHSECONDS (epoch time) +## EPOCHREALTIME (epoch float) +## BASH_ARGV0 (investigate) +## build-in wait (bash -f investigate) + # Timing creation TIME_START=$(date +%s)