summaryrefslogtreecommitdiff
path: root/ofborg/ofborg-viewer/bin/eslint
blob: 9b00a1274c29d06dc9987a5d507fe9115c22140e (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -e
set -u

this_dir="$(dirname "${BASH_SOURCE[0]}")"
this_name="${BASH_SOURCE[0]##*/}"

exec "$this_dir/../node_modules/.bin/$this_name" "$@"