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