4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/sh
|
|
cd "$(git rev-parse --show-toplevel)" || exit 1
|
|
node .git/hooks/send-discord.js
|