Skip to content

Commit 8117069

Browse files
dlenskiottok
authored andcommitted
Add db-ping.dev wrapper script
This makes it easy to run the in-development version of db-ping from its source directory or any other (e.g. /path/to/local-repos/db-ping/db-ping.dev or ./db-ping.dev). See discussion at #2 (comment)
1 parent 4da0751 commit 8117069

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

db-ping.dev

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
# This wrapper script runs the in-development
4+
# version of db-ping from this directory.
5+
6+
PYTHONPATH="$(dirname $0):$PYTHONPATH" python3 -m db_ping "$@"

0 commit comments

Comments
 (0)