From c6fcdf6d65b3f9c6693cdc4bf971083c7ced687d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 5 Oct 2024 00:08:43 +0200 Subject: add bin2h and crop --- experiments/conv/bin2h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 experiments/conv/bin2h (limited to 'experiments/conv/bin2h') diff --git a/experiments/conv/bin2h b/experiments/conv/bin2h new file mode 100755 index 0000000..9123848 --- /dev/null +++ b/experiments/conv/bin2h @@ -0,0 +1,11 @@ +#!/bin/sh +input_file="$1" +cat <