I have this script
#!/bin/bash
cd /home/user/somedir
pwd
it works as expected, but I would like this script to transport me to /home/user/somedir, but I stay in the same dir.
How to write script that will transport me (in gnome-terminal) to /home/user/somedir?