mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 04:37:22 -05:00
6 lines
196 B
Bash
Executable file
6 lines
196 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# Invokes an external script to transfer files to a Windows machine and run Anki on it.
|
|
# You need to provide your own script if you wish to use this.
|
|
|
|
(cd ../release/win && ./test)
|