#!/bin/bash
cd ..
current_directory=$(pwd)
echo "La directory attuale è: $current_directory"
echo "--------"