#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>

build ()
{
    add_binary "wipe"
}

help ()
{
cat<<HELPEOF
  This hook includes wipe on an arch boot image.
HELPEOF
} 
