File:  [GPL Stacker compression] / dmsdos / src / putdos
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:38:21 2018 UTC (8 years, 3 months ago) by root
Branches: MAIN, DMSDOS
CVS tags: dmsdos092322, dmsdos092232, dmsdos0922, HEAD
DMSDOS 0.9.2.2

#!/bin/sh

# create temporary command

FILTER=`sh putdos_helper < putdos.cfg`

#echo "FILTER=$FILTER"

echo "#!/bin/sh" > filter.sh
echo "$FILTER" >> filter.sh

RFN=`echo $1 | sh filter.sh`

echo "translating $1 to $2/$RFN ..."

cat $1 | sh filter.sh > $2/$RFN

rm filter.sh

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.