6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
"$DIR"/../shims/pnpm ts-node "$@"
|