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