Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 800 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 800 Bytes

kiss4fun

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:

  1. toy versions of popular programs that reimplemented in pure bash scripts
  2. useful scripts to manage something
  3. 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 one vmfile, which is similar to Vagrantfile.
  • wgmgr, a simple wireguard VPN server management script