This commit is contained in:
Jack L. Frost 2015-01-17 16:38:52 +03:00
parent 958ae3f264
commit 6cb89f0cd6
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
# Source the config file.
cfg_file="$HOME/.config/sx-open.cfg"
cfg_uri_regex='^[A-Za-z]([A-Za-z0-9+.-]+)?://.+'
[[ -f "$cfg_file" ]] && { source "$cfg_file"; }
usage() { echo "${0##*/} <uri/file>"; }