1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

add bash header

This commit is contained in:
Kyle Spearrin
2018-02-19 22:52:12 -05:00
parent d1c89efb73
commit 64245fceed

View File

@@ -1,4 +1,7 @@
# dependencies:
#!/usr/bin/env bash
set -e
# dependencies:
# brew install jq
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"