mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rsync -av --delete $c/libanki $c/ankiqt mari:anki/
|
|
ssh mari 'cd anki && ./make.sh && scp Anki.dmg twitch:'
|