DinhHoTongMinh / TomoSAR

Open-source TomoSAR package for PSDSInSAR and ComSAR algorithms
Apache License 2.0
123 stars 36 forks source link

Executable permissions for shell scripts #5

Closed bjmarfito closed 2 years ago

bjmarfito commented 2 years ago

Hi @DinhHoTongMinh,

I would like to request if you can add the executable permissions to the following scripts so I could be able to execute them even on the terminal by just exporting their paths on the bash_profile:

  1. mt_prep_snap_comsar
  2. mt_prep_snap_psds
  3. mt_prep_isce_comsar
  4. mt_prep_isce_psds
DinhHoTongMinh commented 2 years ago

Hi @bjmarfito,

Does 'chmod 777 mt_*' work for you ?

bjmarfito commented 2 years ago

It worked. Thank you @DinhHoTongMinh