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