I'm trying to write script to install s3fs-fuse, but i don't know how to change directory in a bash script. These are the script I want to automate
git clone https://github.com/s3fs-fuse/s3fs-fuse.git
cd s3fs-fuse
./autogen.sh
./configure
make
sudo make install