I'm trying to run my first script, just a simple cd reroute.this is the what my file looks like
Unfortunately, I can't seem to get it to work. the script is basically
#!bin/bash
echo "moving you to Desktop"
cd /mnt/c/Users/duanj/Desktop
echo "finished moving"
and both the echo statements end up printing. But no redirect. Also, when I type the cd command in verbatim into my terminal it works.