From: Armaan Bhojwani Date: Thu, 15 Jul 2021 18:21:12 +0000 (-0400) Subject: kiss-gen-tarball: new script X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=0855ee1e27a16f07c7f9e65dcdedc2c03cf3742f kiss-gen-tarball: new script --- diff --git a/kiss-gen-tarball b/kiss-gen-tarball new file mode 100755 index 0000000..2808c76 --- /dev/null +++ b/kiss-gen-tarball @@ -0,0 +1,5 @@ +#!/usr/bin/sh -e + +\ls -1 $HOME/repos/asd/core/ | tr '\n' ' ' | \ + xargs env KISS_PATH=$HOME/repos/asd/core KISS_ROOT=/home/armaa/asd \ + KISS_PROMPT=0 kiss b \ No newline at end of file