Run Bash script

Report a typo

Your colleague created a script file and asked you to run it. The path to the file is /tmp/run_me.sh, but your colleague forgot to make the file executable, so choose the right way to run the script.

Do not modify the content of the /tmp/run_me.sh file.

Write a program in Shell
#!/usr/bin/env bash
solve() {
# add your solution here

}
___

Create a free account to access the full topic