chg: [doc] Added bash 5.0 new vars to be used once builder updated

pull/23/head
Steve Clement 2019-07-27 12:58:00 +09:00
parent 9c227c2265
commit ef49308233
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 6 additions and 0 deletions

View File

@ -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)