SNRK-78: better

This commit is contained in:
liubar.pa 2023-05-13 21:45:44 +03:00
parent 7fb778e483
commit b0e3b5551a

View File

@ -7,7 +7,7 @@ sudo apt-get install -y kotlin
for dir in ./*/ for dir in ./*/
do do
if [[($dir == *'snark'*)]] if [[ $dir == *'snark'* ]]
then then
cd "$dir" cd "$dir"