1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

delete code snippet file to avoid false positives

This commit is contained in:
Your Name
2020-06-20 17:35:57 -04:00
parent 3137761c34
commit d12fcc8ce4
+1
View File
@@ -60,6 +60,7 @@ oeis() (
# Generate code snippet (%p, %t, %o)
if [ $# -gt 1 ]
then
rm -f $TMP/code_snippet
# MAPLE section (%p)
if [[ ${LANGUAGE^^} == 'MAPLE' ]] && grep -q '%p' $DOC
then