Skip to content

Instantly share code, notes, and snippets.

@aortbals
aortbals / ocr.bash
Created February 19, 2020 21:10
OCR all files in a folder using Tesseract, ignoring existing files.
#! /usr/bin/env bash
### ocr
#
# OCR all files in a folder using Tesseract, ignoring existing files.
#
## Functions
usage() {
@aortbals
aortbals / vm-create.bash
Created March 22, 2022 22:02
Create a kvm image using libvirt and uvtool. Image is configured with bridge networking.
#! /usr/bin/env bash
### Create VM
#
# Create a kvm image using libvirt and uvtool. Image is configured with
# bridge networking.
#
## Functions