debian-mirror-gitlab/scripts/lint-conflicts.sh
2020-06-23 00:09:42 +05:30

6 lines
77 B
Bash
Executable file

#!/bin/sh
output=$(git grep -En '^<<<<<<< ')
echo $output
test -z "$output"