5 lines
77 B
Bash
5 lines
77 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# PRE HOOK
|
||
|
# Make your customisation here
|
||
|
echo "pre-hook: noop"
|