├── .DS_Store ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── distclean.sh ├── install-gentoo.sh ├── install.sh ├── revision ├── update.cmd └── update.sh /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagoralves/OpenPLC_Editor/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagoralves/OpenPLC_Editor/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagoralves/OpenPLC_Editor/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagoralves/OpenPLC_Editor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagoralves/OpenPLC_Editor/HEAD/README.md -------------------------------------------------------------------------------- /distclean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagoralves/OpenPLC_Editor/HEAD/distclean.sh -------------------------------------------------------------------------------- /install-gentoo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagoralves/OpenPLC_Editor/HEAD/install-gentoo.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagoralves/OpenPLC_Editor/HEAD/install.sh -------------------------------------------------------------------------------- /revision: -------------------------------------------------------------------------------- 1 | 20251106 2 | -------------------------------------------------------------------------------- /update.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagoralves/OpenPLC_Editor/HEAD/update.cmd -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thiagoralves/OpenPLC_Editor/HEAD/update.sh --------------------------------------------------------------------------------