1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-03-10 08:20:05 +01:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
79 B
Plaintext
Raw Normal View History

2025-01-28 07:24:14 +01:00
#!/bin/sh
set -eu
ROOT="$(dirname "$(dirname "$0")")"
deno fmt "$@" "$ROOT"