mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 21:27:14 -05:00
4 lines
83 B
Bash
Executable file
4 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
|
|
TOOLS="$(cd "`dirname "$0"`"; pwd)"
|
|
mypy $TOOLS/../anki $TOOLS/../aqt
|