mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-25 02:57:46 +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"'
|