mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
go test ./routes
|
|
|
|
# install as pre-commit hook:
|
|
# cp test.sh ~/.git/hooks/pre-commit |