mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-12-19 00:35:29 +01:00
9 lines
200 B
Bash
9 lines
200 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
zip -r $HOME/CingolaniAlcala-Fdez-FuzzIEEE2012.zip \
|
||
|
CingolaniAlcala-Fdez-FuzzIEEE2012.pdf \
|
||
|
CingolaniAlcala-Fdez-FuzzIEEE2012.tex \
|
||
|
CingolaniAlcala-Fdez-FuzzIEEE2012.bib \
|
||
|
figs/*.png
|
||
|
|