mirror of
https://github.com/ankitects/anki.git
synced 2026-07-29 01:29:45 -04:00
5 lines
56 B
Bash
Executable File
5 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
cargo run -p ftl -- $*
|