#!/usr/bin/env bash # Created by Tobias Powalowski build () { apps="chntpw reged cpnt" for i in $apps; do add_binary "$i" done } help () { cat<