#!/bin/bash
cat /proc/mounts |cut -f2 -d" "
