remove old stacks
This commit is contained in:
11
run-test-instance.sh
Executable file
11
run-test-instance.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
set -o nounset
|
||||
|
||||
port="${1}"
|
||||
|
||||
db="$(mktemp)"
|
||||
|
||||
exec ./target/debug/packager --port "${port}" --database-url "sqlite://${db}"
|
||||
Reference in New Issue
Block a user