mirror of
https://github.com/ankitects/anki.git
synced 2026-01-01 00:02:57 -05:00
3 lines
53 B
Bash
Executable file
3 lines
53 B
Bash
Executable file
#!/bin/bash
|
|
|
|
make -C $(dirname $0) run RUNFLAGS="$*"
|