mirror of
https://github.com/NickKaramoff/shareon
synced 2025-03-10 08:20:05 +01:00
8 lines
79 B
Bash
Executable File
8 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
ROOT="$(dirname "$(dirname "$0")")"
|
|
|
|
deno fmt "$@" "$ROOT"
|