Issue with: Learn Bash and SQL by Building a Bike Rental Shop

Do someone get familiar with this problem?
Error when the Run process checks the step: echo -e “\n~~~~~ Bike Rental Shop ~\n" >> bike-shop.sh
I’ve tried all the given steps in Running the Relational Database Curriculum in your Browser . Even I deleted all the project, but nothing worked.
I’ve also tried different ways as input:
echo -e "\n
~ Bike Rental Shop ~\n" >> bike-shop.sh
echo -e "\n
~ Bike rental shop ~\n" >> bike-shop.sh
echo -e "\n
Bike Rental Shop \n" >> bike-shop.sh
echo -e "\n
~ Bike Rental Shop ~\n" >> bike-shop.sh
echo -e "\n
~ Bike rental shop ~\n" >> bike-shop.sh
echo -e "\n
~Bike Rental Shop~~~~~\n” >> bike-shop.sh
echo -e “\n~~~~~ Bike_Rental_Shop ~~~~~\n” >> bike-shop.sh

You’re supposed to add that whole line to the file @afsaavedram - type it into the file, you don’t need to use the terminal. The line is exactly what hint 4 has highlighted.

1 Like

LMAO Thank you so much @moT01
You are right. I was making a basic mistake.

1 Like


someone knows the code here, im stucked

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.