5 lines
77 B
Text
5 lines
77 B
Text
|
#!/bin/sh
|
||
|
|
||
|
test -x {{ bin_dir }}/docker-gc || exit 0
|
||
|
{{ bin_dir }}/docker-gc
|