2019-08-15 09:55:50 +03:00

4 lines
95 B
Bash
Executable File

#!/bin/bash
[ "${1}" = "log" ] && { shift && git log --ignore-missing "${@}"; } || git "${@}"