Keep It Simple, Scripted, and just for Fun.
This project is a collection of scripts I wrote in my spare time. These scripts are for fun, learning and demonstration purpose.
There are 3 main types of scripts:
- toy versions of popular programs that reimplemented in pure bash scripts
- useful scripts to manage something
- a bunch of messy and useless scripts
Currently implemented:
- duck-etcd (WIP)
etcd
-like KV store implemented in pure bash. - ragged-flannel (WIP), a pure bash implementation of
flannel
- vm, a very simple, barely usable
qemu/kvm
virtual machine manager. You can define multiple VMs in onevmfile
, which is similar toVagrantfile
. - wgmgr, a simple
wireguard
VPN server management script