mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
7 lines
256 B
Bash
Executable file
7 lines
256 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /Volumes/Two/anki
|
|
echo "syncing updates..."
|
|
rsync -av reflex:Lib/code/libanki --exclude .git --exclude build --exclude dist --delete .
|
|
rsync -av reflex:Lib/code/ankiqt --exclude .git --exclude build --exclude dist --delete .
|
|
./ankiqt/anki
|