mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Remove run-lin/win
Since these are local to my setup, I'm better off using a shell alias and not cluttering the repo.
This commit is contained in:
parent
3b4ada175d
commit
178a3faaf7
2 changed files with 0 additions and 12 deletions
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Invokes an external script to transfer files to a Linux machine and run Anki on it.
|
||||
# You need to provide your own script if you wish to use this.
|
||||
|
||||
(cd ../release/lin && ./test)
|
|
@ -1,6 +0,0 @@
|
|||
#!/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)
|
Loading…
Reference in a new issue