diff --git a/tools/run-lin b/tools/run-lin deleted file mode 100755 index 956e142e7..000000000 --- a/tools/run-lin +++ /dev/null @@ -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) diff --git a/tools/run-win b/tools/run-win deleted file mode 100755 index 4b6224286..000000000 --- a/tools/run-win +++ /dev/null @@ -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)