Live data from Hacker News

Show HN: Bashfs – Run commands as your filesystem

github.com

1–10 of 35 posts

Re: Show HN: Bashfs – Run commands as your filesystem

#3
I worked on a semi-similar project, to let people turn bash scripts into FUSE filesystems: https://github.com/jasonhansel/microfs

For example, this script is used to make a FS that turns the web into a filesystem, so reading /www.google.com/GET will show the Google homepage: https://github.com/jasonhansel/microfs/blob/master/http.sh

Post reply on HN