Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antodata/sequence_cmd_tasks_scripts_automation
This project will allow to automate a sequence of commands, tasks or scripts. Basically file "Main" is an interpreter that will ask you to read a file in folder "files" with a sequence of commands. "Main" will also search these commands in a file called "Aliases" in folder "files" to see if you provided an alias for that command and instead of just executing that in a shell we need to execute a custom made function from a custom made module in in our main folder.
https://github.com/antodata/sequence_cmd_tasks_scripts_automation
automation cd command-line command-shell custom docker docker-container docker-image python python3 ubuntu
Last synced: about 1 month ago
JSON representation
This project will allow to automate a sequence of commands, tasks or scripts. Basically file "Main" is an interpreter that will ask you to read a file in folder "files" with a sequence of commands. "Main" will also search these commands in a file called "Aliases" in folder "files" to see if you provided an alias for that command and instead of just executing that in a shell we need to execute a custom made function from a custom made module in in our main folder.
- Host: GitHub
- URL: https://github.com/antodata/sequence_cmd_tasks_scripts_automation
- Owner: AntoData
- Created: 2019-11-23T19:33:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T20:08:32.000Z (about 5 years ago)
- Last Synced: 2023-07-29T15:28:06.389Z (over 1 year ago)
- Topics: automation, cd, command-line, command-shell, custom, docker, docker-container, docker-image, python, python3, ubuntu
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sequence_cmd_tasks_scripts_automation
This project will allow to automate a sequence of commands, tasks or scripts. Basically file "Main" is an interpreter that will ask you to read a file in folder "files" with a sequence of commands. "Main" will also search these commands in a file called "Aliases" in folder "files" to see if you provided an alias for that command and instead of just executing that in a shell we need to execute a custom made function from a custom made module in in our main folder.