1#!/bin/sh2. "${0%/*}/common.sh"34cat >current/file1 <<-EOF5 16 27 38 49EOF1011cat >current-expected/file1 <<-EOF12 313 414EOF1516cat >archive-expected/file1 <<-EOF17 118 219EOF2021run_test
Iteratively archive newline separated log files
git clone https://git.8pit.net/archive-logs.git
1#!/bin/sh2. "${0%/*}/common.sh"34cat >current/file1 <<-EOF5 16 27 38 49EOF1011cat >current-expected/file1 <<-EOF12 313 414EOF1516cat >archive-expected/file1 <<-EOF17 118 219EOF2021run_test