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