From 0ad1bdaf93fa5c177af85f6afe7c4bc945f106c6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 18 Dec 2024 01:31:38 -0500 Subject: [PATCH] remove old deprecated bin/archive entrypoint --- bin/archive | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 bin/archive diff --git a/bin/archive b/bin/archive deleted file mode 100755 index d4f07809..00000000 --- a/bin/archive +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash -# DEPRECATED: this helper exists for backwards compatibility with /dev/null 2>&1; then - python3 -m archivebox "$*" -else - echo '[X] ArchiveBox not found, is it installed and present in your $PATH?' - echo ' pip3 install archivebox' - echo - echo 'Hint: Did you forget to activate a virtualenv?' - exit 2 -fi