mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 20:48:28 +00:00
5 lines
119 B
Bash
5 lines
119 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
test::run "We can find at least one known cheatsheet" \
|
||
|
'cheat::find | grep -q "docker.cheat"'
|