Skip to content
/ Bao Public

Bao is a simple command line utility to write text output to a specified file.

License

Notifications You must be signed in to change notification settings

tapebysea/Bao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Bao

Bao is a simple command line utility to write text output to a specified file. To use, first specify the file name you'd like to write, then the string to write to the file. Here's a simple example to get you started;

Bao example.txt "Hello World!"

If the file name or string you'd like to write is multiple words, simply wrap it in quotes('') or double quotes("") as seen above.

Installation

To install, simply run the following command;

sudo curl -L -o /usr/bin/Bao raw.githubusercontent.com/tapebysea/Bao/refs/heads/main/main/Bao && sudo chmod +x /usr/bin/Bao

Notes

More features may be added in the future if it makes sense. If you'd like to contribute, please do so. Code may or may not be accepted.

Footnote: some guy on reddit told me my code was dangerous or something, use at your own risk please D:

About

Bao is a simple command line utility to write text output to a specified file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages