mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-06-16 13:11:04 +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 "$@"
|