blob: 4ee1a208a97be1da243c891f60a10aa27bf21c50 (
plain) (
blame)
1
2
3
4
|
Fuse lets you write filesystems in Perl. Fuse::Simple makes this REALLY Simple,
as you just need a hash for your root directory, containing strings for files,
more hashes for subdirs, or functions to be called for magical functionality a
bit like /proc.
|