mirror of
https://github.com/NickKaramoff/shareon
synced 2025-03-10 00:10:15 +01:00
9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
ROOT="$(dirname "$(dirname "$0")")"
|
||
|
|
||
|
"$ROOT"/script/fmt
|
||
|
"$ROOT"/script/lint --fix
|