forked from sig_core/toolkit
5 lines
84 B
Bash
5 lines
84 B
Bash
|
#!/bin/bash
|
||
|
r_log "git" "Check git installation"
|
||
|
git --version
|
||
|
r_checkExitStatus $?
|