Skip to content

Commit 828c2c0

Browse files
committed
cleaned tar.sh
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 686ad20 commit 828c2c0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tar.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,4 @@ add_file */*/C.psf
3434
# Add executables
3535
add_file */run.sh
3636

37-
echo These files will be added to the tar file:
38-
echo "$(echo $_files | tr ' ' '\n')"
39-
40-
tar cfz sisl-TBT-TS.tar.gz $_files
37+
tar cfvz sisl-TBT-TS.tar.gz $_files

0 commit comments

Comments
 (0)