mirror of
https://github.com/ankitects/anki.git
synced 2026-07-29 08:28:44 -04:00
6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
BUILDARGS="-c opt" $(dirname $0)/../run
|