From b31ace79ea5f6b3f279c544cd3a443d6fbf2a24d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 26 Feb 2026 10:05:59 +0000 Subject: overhaul --- push-rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'push-rules') diff --git a/push-rules b/push-rules index c97ab80..d0a4de7 100755 --- a/push-rules +++ b/push-rules @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require 'zipf' +require "zipf" a = ReadFile.readlines_strip ARGV[0] h = {} @@ -21,4 +21,3 @@ while line = STDIN.gets puts line end end - -- cgit v1.2.3