Timothy J. Warren
8c54ceb104
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
5 lines
186 B
Bash
Executable File
5 lines
186 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
PARENT_DIR="$(dirname "$(realpath "$0")")"
|
|
SCROLL="$(realpath "${PARENT_DIR}/../src/scroll.ts")"
|
|
deno run --allow-all --deny-hrtime "${SCROLL}" "$@" |