mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
4 lines
75 B
Bash
Executable file
4 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir -p .git/hooks
|
|
cp -f developer_toolbox/hooks/* .git/hooks |