mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
cp misc/pre-commit.example .git/hooks/pre-commit
|