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

ADD single folder mount/umount + ADD timestamps to sync command for logging/debugging #28

Closed allanlaal closed 7 months ago

allanlaal commented 8 months ago

also bumped version

bobafetthotmail commented 8 months ago

thanks for the contributions, when I have time I'll test that everything still works and merge

bobafetthotmail commented 7 months ago

it seems that in the "ADD single folder mount/umount " commit something (probably the IDE) added two spaces at the beginning of every line and this is breaking EOF statements (and other things).

After I cleaned the leading spaces from the file with sed -i.bak 's/^[[:space:]]*//' folder2ram

I ran some tests and everything seems fine.

can you do another commit to clean up the spaces?

allanlaal commented 7 months ago

didn't work. fixed and tested now been using it :)

also Added single folder mount/umount

bobafetthotmail commented 7 months ago

thanks, merged