Files
core_libraries/resources/prepare-template-no-makefile
Timothy Prepscius b308a4c280 flatten 20260225
2026-02-25 13:00:25 -05:00

15 lines
142 B
Plaintext
Executable File

set -x
LIB=$1
DIR=$2
rm -f $LIB
rm -rf $LIB*/
for f in *.tar.*; do tar xf $f; done
for f in *.tgz; do tar xf $f; done
ln -s $LIB*/ $LIB