mirror of
https://github.com/alrayyes/i3blocks
synced 2023-11-13 18:16:40 +00:00
4 lines
52 B
Bash
Executable File
4 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker ps -q | wc -l | sed -r 's/^0$//g'
|