From 2d7e65682f194ecf55d2032a3b80337b4f43d091 Mon Sep 17 00:00:00 2001 From: fbt Date: Fri, 1 Jan 2016 17:16:03 +0300 Subject: [PATCH] eh --- ufw | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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.