ProjectInitializationAutomation
ProjectInitializationAutomation copied to clipboard
I think it is pretty easy to conceal the password by using something like "cat" command to get the password in a file that has permissions only for your user:...
When I write touch env in my terminal, there is no .env file to type in credentials. How am I supposed to do it on a mac? Thanks a lot!
I found the issue on my Mac machine, with retrieving the username from the .env file. The issue arose because my Github and Mac machine usernames were different. On the...
I am modifying the project to add a new file according to the user extension given in a second argument in the bash command. After setting all up my code...
the first statement cd takes you to the home directory which makes create.py unaccessible. Therefore the cd should be removed
hello kalle, i made the major changes, test my code on your windows machine(your new windows machine 😎)
add `cp .my_commands.sh ~` before `source ~/.my_commands.sh`