#!/bin/bash
sp=`df -h | grep /$1 | awk  '{print $5}' | cut  -d'%' -f 1`
echo "$sp"


