Add script for exporting thesis for submission
This commit is contained in:
parent
50971dc10c
commit
57eaf3fb2d
3 changed files with 15 additions and 0 deletions
8
.tarignore
Normal file
8
.tarignore
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
support/*
|
||||||
|
*.pyc
|
||||||
|
iperf/*
|
||||||
|
netfpga/log/*
|
||||||
|
netfpga/minip4/simple_sume_switch/bitfiles/*.bit
|
||||||
|
.git/*
|
||||||
|
pcap/*
|
||||||
|
doc/refs/rfc.bib
|
7
bin/export-thesis.sh
Executable file
7
bin/export-thesis.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
|
( cd doc && make )
|
||||||
|
|
||||||
|
tar cv --exclude-from=.tarignore . | xz > ~/master-thesis.tar.xz
|
BIN
doc/Thesis.pdf
BIN
doc/Thesis.pdf
Binary file not shown.
Loading…
Reference in a new issue