bobafetthotmail / folder2ram

mount those folders to ram without losing access to their counterpart on disk!
GNU General Public License v3.0
110 stars 21 forks source link

Double pipe problem #3

Closed mwehr closed 8 years ago

mwehr commented 8 years ago

Hi,

First of all THX for this cool script! I've found a slight mistake. At line 280 in the folder2ram script there is a double pipe at the end which prevents the cleaner script to execute properly.

...'NR == line {print $2}' | | sed 's:/*$::' )

Maybe you would like check that.

regards Mario

bobafetthotmail commented 8 years ago

Thanks Mario!

It's fixed now. Closing.