diff options
author | RishabhDeep Singh <rishabhdeepsingh98@gmail.com> | 2023-05-09 02:50:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 14:20:14 -0700 |
commit | e6e38a8d1765bbb405d6963f5814ac95b1c89668 (patch) | |
tree | 757cde12b97f5b6e3df414735707d0c89cfd1460 | |
parent | d9f2cc2d623d33acef9808e7f1af357fb8833684 (diff) | |
download | flatbuffers-e6e38a8d1765bbb405d6963f5814ac95b1c89668.tar.gz flatbuffers-e6e38a8d1765bbb405d6963f5814ac95b1c89668.tar.bz2 flatbuffers-e6e38a8d1765bbb405d6963f5814ac95b1c89668.zip |
Add #!/usr/bin/bash to release.sh (#7942)
-rwxr-xr-x | scripts/release.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 1450cc91..b97a98ba 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,3 +1,4 @@ +#!/usr/bin/bash printf -v year '%(%y)T' -1 printf -v month '%(%-m)T' -1 |