Compare commits
2 commits
027960f635
...
ae9a534c7f
| Author | SHA1 | Date | |
|---|---|---|---|
| ae9a534c7f | |||
| 5cf0e7d58a |
2 changed files with 13 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -0,0 +1,11 @@
|
|||
# project_name
|
||||
|
||||
## Description
|
||||
|
||||
## Documentation
|
||||
|
||||
## Building Project
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
|
|
@ -205,7 +205,8 @@ add_new_module () {
|
|||
echo "1.) Add a C module"
|
||||
echo "2.) Add a C++ module"
|
||||
|
||||
read -P "choice:" lanuage_selection
|
||||
printf "choice:"
|
||||
read lanuage_selection
|
||||
|
||||
case $lanuage_selection in
|
||||
1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue