From f3e3e3e354b87f4ce27bd74bf14cec05d06974b6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 30 Nov 2022 12:23:17 +0100 Subject: Lots of cleanup and stuff --- 2015/08/puzzle-2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2015/08/puzzle-2.sh') diff --git a/2015/08/puzzle-2.sh b/2015/08/puzzle-2.sh index a00f13f..2157ae3 100755 --- a/2015/08/puzzle-2.sh +++ b/2015/08/puzzle-2.sh @@ -1,7 +1,7 @@ -#!/usr/bin/env sh +#!/bin/sh X=$(sed 's/\("\|\\\)/\\&/g; s/^/../' input \ - | tr -d '\n' \ + | tr -d '\n' \ | wc -c) Y=$(tr -d '\n'