Cheatsheet app

This commit is contained in:
Martin Blazik
2020-09-18 10:48:21 +02:00
parent 85caf573a8
commit 27f06f2608

6
bin/cheatsheet Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
SCRIPT_DIR=$(dirname $0)
mdr $SCRIPT_DIR/../doc/cheatsheet.md "$@"
s