mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
5 lines
61 B
Bash
Executable file
5 lines
61 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
BUILDARGS="-c opt" $(dirname $0)/../run
|