a usage function

This commit is contained in:
Jack L. Frost 2014-11-08 08:03:59 +03:00
parent 02c7e5cb1a
commit 93ec32f793
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
cfg_file="$HOME/.config/sx-open.cfg"
[[ -f "$cfg_file" ]] && { source "$cfg_file"; }
usage() { echo "usage function not implemented yet."; }
usage() { echo "${0##*/} <uri/file>"; }
handle_uri() {
local target="$1"