Categorygithub.com/louislef299/bash
module
0.0.0-20250105194038-d3de3f38d60a
Repository: https://github.com/louislef299/bash.git
Documentation: pkg.go.dev

# README

Simple Scripts

These are just some scripts that I use on my local device. The most used are boot and rmt. Look around!

Go Gopher Dancing

.
├── README.md
├── active_commands
│   ├── boot
│   ├── commands
│   ├── ec2-debug
│   ├── got
│   ├── plexus-upload
│   ├── remove-state
│   ├── rmt
│   ├── show-state
│   └── tf-uniq
├── old_bash
└── projects
    ├── boot
    ├── cloud-native-go
    ├── dock
    ├── got
    ├── rmt
    └── side_stuff
33 directories, 46 files

This is the current layout of the repo. It is pretty self-explanatory, but refer to the README in each folder to learn more(TODO). Within the boot and rmt projects, I use the Cobra library to help make powerful cli tools with ease. Please refer to the cobra repo for more information on how to use the tool and how to read the directory structure.

# Packages

No description provided by the author