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:
Damien Elmes 2025-01-13 15:51:25 +11:00
parent 3b4ada175d
commit 178a3faaf7
2 changed files with 0 additions and 12 deletions

View file

@ -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)

View file

@ -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)