Show HN: Bashfs – Run commands as your filesystem
1–10 of 35 posts
Re: Show HN: Bashfs – Run commands as your filesystem
#2Visionary, it was fun to see
Re: Show HN: Bashfs – Run commands as your filesystem
#3I 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
Re: Show HN: Bashfs – Run commands as your filesystem
#4Go home, coder. You’re drunk!
Re: Show HN: Bashfs – Run commands as your filesystem
#5No, but really, why? I am not putting it down. I just don’t understand what is happening exactly, and the why might help.
Re: Show HN: Bashfs – Run commands as your filesystem
#6No, but really, why? I am not putting it down. I just don’t understand what is happening exactly, and the why might help.
Quote from the Readme:
> Why not?
Re: Show HN: Bashfs – Run commands as your filesystem
#7No, but really, why? I am not putting it down. I just don’t understand what is happening exactly, and the why might help.
They address this in the README.
Re: Show HN: Bashfs – Run commands as your filesystem
#8Don't see much difference than something like
$ cat <(my_favorite_script)
Re: Show HN: Bashfs – Run commands as your filesystem
#9Is there any way this can be useful for something? Or is it just a fun experiment with FUSE?
Re: Show HN: Bashfs – Run commands as your filesystem
#10Go home, coder. You’re drunk!
Why not? :-D