commit 204e7da2509223e874f1c0ee2c295ca32b82ada2 parent 29046f6f3dccac7a6033556e1e40ed2afc304911 Author: MikoĊaj Lenczewski <mblenczewski@gmail.com> Date: Mon, 12 May 2025 14:11:17 +0000 Add archive generation from source files Diffstat:
A | pack.sh | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/pack.sh b/pack.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +set -ex + +mkdir -p bin + +tar czf bin/http-bench.tar.gz *.sh *.c *.h