Hash : cd3750a4 Author : Thomas de Grivel Date : 2021-02-14T10:13:06
Download
1 2 3 4
#!/bin/sh CMD="$@" [ -n "$CMD" ] || CMD=pwd find-git "if git st | grep -q ahead; then $CMD; fi"