From 178a3faaf7a912bc1d37db56f4e9450288ae1b98 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 13 Jan 2025 15:51:25 +1100 Subject: [PATCH] Remove run-lin/win Since these are local to my setup, I'm better off using a shell alias and not cluttering the repo. --- tools/run-lin | 6 ------ tools/run-win | 6 ------ 2 files changed, 12 deletions(-) delete mode 100755 tools/run-lin delete mode 100755 tools/run-win 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)