Skip to content

Latest commit

 

History

History
48 lines (43 loc) · 1.19 KB

README.md

File metadata and controls

48 lines (43 loc) · 1.19 KB

wmcdonald404-scripts

Dumping ground for small, simple one-off scripts or other bits of info that may prove useful again at a later date.

Usage

git clone git@github.com:wmcdonald404/wmcdonald404-scripts.git

What's here

.
├── bash
│   ├── ONELINERS.md
│   └── virsh
│       └── ip-lookup
├── java
│   ├── jdbc-test
│   │   └── TestJdbcConnection.java
│   ├── jndi-test
│   │   └── TestJndiConnectionServlet.java
│   └── README.md
├── powershell
│   ├── ad
│   │   └── README.md
│   └── dne
│       └── README.md
├── python
│   ├── gitlab-tree
│   │   └── glgtree
│   ├── json-parse
│   │   ├── json_print
│   │   └── sample.output
│   └── ldif-parse
│       ├── ldif2asm
│       └── ldif2xml
├── README.md
└── vagrant
    ├── fedora-multi
    │   ├── playbook.yml
    │   └── Vagrantfile
    ├── fedora-scratch
    │   ├── playbook.yml
    │   └── Vagrantfile
    └── README.md