mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-29 13:00:37 +00:00
4 lines
119 B
Bash
4 lines
119 B
Bash
#!/usr/bin/env bash
|
|
|
|
test::run "We can find at least one known cheatsheet" \
|
|
'cheat::find | grep -q "docker.cheat"'
|