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