diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-15 18:08:00 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-15 18:08:00 +0200 |
| commit | b298afeb9da27038cbd54802a2d70504909427a3 (patch) | |
| tree | 8754f0eb1c0fe198e3f8163558818fece8ae94fa /README.md | |
| parent | 540d9a795ee6a12b4dfdebb72543d272d564d3b7 (diff) | |
| download | minishell_test-b298afeb9da27038cbd54802a2d70504909427a3.tar.gz minishell_test-b298afeb9da27038cbd54802a2d70504909427a3.tar.bz2 minishell_test-b298afeb9da27038cbd54802a2d70504909427a3.zip | |
Rewrite in python
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,8 +28,8 @@ The reasons for this is are: ## Run -`> ./test.sh` +`> ./main.py` # Configuration -The default configuration can be changed in the `minishell\_test.config` file. +The default configuration can be changed in <config.py> |
