diff options
Diffstat (limited to 'bin/common/gign')
| -rwxr-xr-x | bin/common/gign | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/gign b/bin/common/gign index e3ba12a..e82c0b8 100755 --- a/bin/common/gign +++ b/bin/common/gign @@ -1,2 +1,2 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh  git status --porcelain=v1 | grep "^??" | cut -d' ' -f2- | sed -r 's/^["](.*)["]$/\1/' >> .gitignore  | 
