To make a Bash script named script.sh executable, what should you run?
bash script.sh
exec script.sh
chmod +x script.sh
source script.sh