3 lines
58 B
Bash
3 lines
58 B
Bash
#!/bin/sh
|
|
git status -s --ignored | grep '!!' | cut -c 4-
|
#!/bin/sh
|
|
git status -s --ignored | grep '!!' | cut -c 4-
|