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