From 08edd4e547e0709109d15317af50eff790c9ba1a Mon Sep 17 00:00:00 2001 From: Diederik Muylwyk Date: Mon, 26 Aug 2024 17:35:06 -0400 Subject: [PATCH] Support for the -watch option was deprecated in June, 2023, rendering the _gencontinuous scripts useless. --- _gencontinuous.bat | 2 -- _gencontinuous.sh | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 _gencontinuous.bat delete mode 100755 _gencontinuous.sh diff --git a/_gencontinuous.bat b/_gencontinuous.bat deleted file mode 100644 index ca2867a..0000000 --- a/_gencontinuous.bat +++ /dev/null @@ -1,2 +0,0 @@ -@ECHO OFF -CALL ./_genonce.bat -watch \ No newline at end of file diff --git a/_gencontinuous.sh b/_gencontinuous.sh deleted file mode 100755 index b9ac593..0000000 --- a/_gencontinuous.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -./_genonce.sh -watch