Skip to content

Commit 29f6fb0

Browse files
committed
added tar.sh to the repo
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent f53112c commit 29f6fb0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tar.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
tar cvfz TBT-TS-sisl.tar.gz \
4+
tutorial.pdf install_tutorial.sh \
5+
C.psf [01]*/*.{fdf,py,sh,psf} \
6+
*/*/*.psf \
7+
siesta.pdf tbtrans.pdf \
8+
07/*.xyz
9+
10+
echo " TBT-TS-sisl.tar.gz"

0 commit comments

Comments
 (0)