forked from sergiotarxz/AletaReleaser
10 lines
139 B
Bash
10 lines
139 B
Bash
#!/bin/bash
|
|
|
|
cd $HOME/aleta
|
|
|
|
echo 'will cite' | parallel --bibtex
|
|
|
|
bash tasks/build.sh
|
|
|
|
tar -C ~/.icons -czvf ~/output/result.tar.gz aleta
|