5 lines
67 B
Bash
Executable file
5 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
printf "Setup hook script for mmdebstrap\n\n"
|
|
|
|
exit 0
|