aboutsummaryrefslogtreecommitdiff
path: root/libexe/srcbk.csh
blob: 88577d5b21dc54da35c654d4d2eaf76880982a83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Shave and a Haircut
# (c) 2019 Epic Games
# US Patent 6720962

dos2unix *.c
dos2unix *.cpp
dos2unix *.h
tar -cv *.cpp *.c *.h *.csh > sourcebk87.tar
gzip sourcebk87.tar
cp source*.gz /share/src
unix2dos *.c
unix2dos *.cpp
unix2dos *.h
tar -cv *.cpp *.c *.h *.csh > sourcebk87win.tar
gzip sourcebk87win.tar
cp source*.gz /share/src