fix _make_git_tar_dir.sh - don't 'append directory' to symlinks
[cmdllinux.git] / scripts / _mounts.sh
blob36f4efafcc600ea1a9adc57cfec50b417a974859
1 #replace \040 " "
2 cat /proc/mounts | cut -d ' ' -f 2 | sed -e 's%\\040% %g' -e 's%.*%*&*%'