diff --git a/ufw b/ufw index 639e722..899afbe 100755 --- a/ufw +++ b/ufw @@ -1,12 +1,9 @@ -#!/usr/bin/env bash +#!/usr/bin/bash # Copyright (c) 2012 fbt +# License: ISC # # About: -# A simple upload script for ZFH (http://zerofiles.org) - -_self="${0##*/}" - - +# A simple upload script for UFW (http://zerofiles.org) _cat() { while read; do @@ -23,7 +20,7 @@ err() { msg "(error) $1" >&2; } usage() { _cat <<- EOF - Usage: ${_self} [-RsF] [-D num] [file/url]" + Usage: ufw [-RsF] [-D num] [file/url]" Flags: -R # Remove the file after uploading. -s # Make a screenshot and upload it instead of a file.