From 31899777f1dc1692e03cb6a42a115e9264726cbe Mon Sep 17 00:00:00 2001 From: Amar1729 Date: Tue, 2 Nov 2021 00:25:35 -0400 Subject: [PATCH] jobq : remove formula Closes #18. Signed-off-by: Amar Paul --- jobq.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 jobq.rb diff --git a/jobq.rb b/jobq.rb deleted file mode 100644 index fb25fa5..0000000 --- a/jobq.rb +++ /dev/null @@ -1,11 +0,0 @@ -class Jobq < Formula - desc "Simple job queueing system in bash" - homepage "https://github.com/Amar1729/jobq/" - head "https://github.com/Amar1729/jobq.git" - - bottle :unneeded - - def install - bin.install "jobq" - end -end