From dfa5d55c36eac06a8452b7e96530793161d0e78c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 10 Aug 2020 13:21:56 -0400 Subject: [PATCH] make placeholder for old calling style to aid in migration --- bin/archive | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/archive diff --git a/bin/archive b/bin/archive new file mode 100755 index 00000000..2091a7ac --- /dev/null +++ b/bin/archive @@ -0,0 +1,7 @@ +#!/bin/sh + +echo "[X] This method of running ArchiveBox is deprecated as of >= v0.4." +echo " You should 'pip install archivebox' and use the installed 'archivebox' binary instead." +echo " For more info, see the Quickstart section of the README.md:" +echo " https://github.com/pirate/ArchiveBox#Quickstart" +exit 2