summaryrefslogtreecommitdiff
path: root/bin/run
blob: c7ad8a0fc19d05a9acbc6819fd47d8c1bc9361ce (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

cd "$(dirname "$0")/.."

bundle exec ./exe/spandx "$@"