This commit is contained in:
t3chn0m4g3
2019-02-04 17:24:21 +01:00
parent c1f48c6197
commit abb84e2a9b
2 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@ myWHITE=""
myMAGENTA=""
function fuGETSTATUS {
grc docker ps -f status=running -f status=exited --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" | grep -v "NAME" | sort
grc --colour=on docker ps -f status=running -f status=exited --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" | grep -v "NAME" | sort
}
function fuGETSYS {