mirror of
https://github.com/ankitects/anki.git
synced 2025-11-22 12:37:13 -05:00
3 lines
53 B
Bash
Executable file
3 lines
53 B
Bash
Executable file
#!/bin/bash
|
|
|
|
make -C $(dirname $0) run RUNFLAGS="$*"
|