mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
4 lines
56 B
Bash
Executable file
4 lines
56 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
cargo run -p ftl -- $*
|