mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-06-20 23:21:08 +00:00
5 lines
80 B
Bash
Executable file
5 lines
80 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")"
|
|
|
|
node issue5.js "$@"
|