Sunt programator Python. Și trucurile de administrator de sistem sunt dificile pentru mine.
M-ați putea ajuta să creez un script bash sau ceva pentru a face asta:
Aceasta este o aplicație reutilizabilă. Într-un singur loc programez. Și apoi copiați în alt loc. Vă rog, nu sugerați nicio altă soluție (prin pip sau așa ceva).
Structura aplicației poate arăta astfel:
  âââ imagini
    âââ admin.py
    âââ apps.py
    âââ const
    â  âââ choices.py
    â  âââ create_images.py
    â  âââ general.py
    â  âââ img_types.py
    â  âââ __init__.py
    â  âââ __pycache__
    â  âââ choices.cpython-38.pyc
    â  âââ create_images.cpython-38.pyc
    â  âââ general.cpython-38.pyc
    â  âââ img_types.cpython-38.pyc
    â  âââ __init__.cpython-38.pyc
    âââ create_img_blanks
    â  âââ create_img_blanks.py
    â  âââ __init__.py
    â  âââ __pycache__
    â  âââ create_img_blanks.cpython-38.pyc
    â  âââ __init__.cpython-38.pyc
    âââ doc.md
    âââ date_dummy
    â  âââ img
    â  âââ porumbei_16_9.jpg
    â  âââ pigeous_1_1.jpg
    âââ exceptions.py
    âââ forms.py
    âââ __init__.py
    âââ migraţii
    â  âââ 0001_initial.py
    â  âââ __init__.py
    â  âââ __pycache__
    â  âââ __init__.cpython-38.pyc
    âââ model_mixins.py
    âââ modele.py
    âââ __pycache__
    â  âââ admin.cpython-38.pyc
    â  âââ apps.cpython-38.pyc
    â  âââ exceptions.cpython-38.pyc
    â  âââ forms.cpython-38.pyc
    â  âââ __init__.cpython-38.pyc
    â  âââ model_mixins.cpython-38.pyc
    â  âââ models.cpython-38.pyc
    â  âââ signals.cpython-38.pyc
    â  âââ urls.cpython-38.pyc
    â  âââ utils.cpython-38.pyc
    â  âââ validators.cpython-38.pyc
    â  âââ views.cpython-38.pyc
    âââ requirements.txt
    âââ signals.py
    âââ storages.py
    âââ şabloane
    â  âââ imagini
    â  âââ create_img_blanks
    â  â  âââ rezultat.html
    â  âââ demo
    â  â  âââ demo.html
    â  âââ favicon
    â  â  âââ browserconfig.xml
    â  â  âââ favicon.html
    â  â  âââ site.webmanifest
    â  âââ squoosh
    â  âââ rezultat.html
    âââ templatetags
    â  âââ images.py
    â  âââ __init__.py
    â  âââ __pycache__
    â  âââ images.cpython-38.pyc
    â  âââ __init__.cpython-38.pyc
    âââ urls.py
    âââ utils.py
    âââ validators.py
    âââ vizualizări.py
Aș dori să organizez o comandă bas care:
- Ignoră:
a) migratii dir.
minge _ pycache _ dirs.
- Copiați orice altceva în directorul de destinație.