fix readme

This commit is contained in:
Danila Gamkov 2025-01-31 15:06:08 +03:00
parent b44fc029fc
commit 65c5634372
2 changed files with 3 additions and 3 deletions

View File

@ -7,5 +7,5 @@ then
echo "example 1: $0 ./20250120-000"
else
path_=$1
tar -xvzf ${path_}/data/asotr.tar.gz -C ${path_}/data
tar -xzf ${path_}/data/asotr.tar.gz -C ${path_}/data
fi