5 lines
80 B
Bash
Executable file
5 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# POST HOOK
|
|
# Make your customisation here
|
|
echo "post-hook: noop"
|