8 lines
98 B
Bash
8 lines
98 B
Bash
#!/bin/sh
|
|
#
|
|
# Use with:
|
|
#
|
|
# $> git config core.hooksPath .githooks
|
|
#
|
|
dotnet format FishNotify.sln
|