()
| 315 | |
| 316 | |
| 317 | def atscan(): |
| 318 | print ("Do You To Install ATSCAN ?") |
| 319 | choiceshell = raw_input("Y/N: ") |
| 320 | if choiceshell in yes: |
| 321 | os.system("sudo rm -rf ATSCAN") |
| 322 | os.system( |
| 323 | "git clone https://github.com/AlisamTechnology/ATSCAN.git && cd ATSCAN && perl atscan.pl") |
| 324 | elif choiceshell in no: |
| 325 | os.system('clear') |
| 326 | menu() |
| 327 | |
| 328 | |
| 329 | def commix(): |