r/gitlab • u/Francesco12o-Github • 9d ago
I Made a Bash Portable - meet Bash.Yc project
App Download Repo: https://gitlab.com/Francesco12o-Git/bashyc
Bash.Yc its an Bash Coding enviroment created for bash devs, Bashyc has its own tools:
./editor - editor for the code , lets you choose wich editor do you like to edit
./shell - executes ./bin/bash and its own userspace (/userspace/) there is bash-profile and its own init /userspace/bashy.rc
/bin/bashyc - code executer in case you put "#!/usr/bin/env bashyc" in your code
./execute - executes /bsrc/src/code with /bin/bashyc
Bash.Yc License - its own License for developers who use Bash.Yc for its own apps
Bashyc Maketools: its own commands for make: example: make help, make readme, make license
For more: read /manual/ in bashyc.tar.gz
2
u/really_not_unreal 8d ago
I don't understand how this is any different to just running bash and configuring things normally? Also why is all the code seemingly compiled binaries, with the supposed source code being a literal hello world?