Binto86

Results 1 comments of Binto86

Měl jsem stejný problém, napsal jsem script co to řeší ```sh #!/bin/bash #načti cesty in_dir=$(pwd) out_dir=$(pwd)/out #pokud out dir existuje tak ho vyčisti if [[ -d $out_dir ]] then rm...