cosmetic
This commit is contained in:
parent
ebe4835545
commit
8884953459
6
mossh
6
mossh
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||||
source "$(dirname "$0")/ulib/ulib" || exit 1
|
||||
urequire DEFAULTS
|
||||
|
||||
function display_help() {
|
||||
uecho "$scriptname: Monter un répertoire sur un hôte distant avec sshfs
|
||||
|
@ -27,10 +29,6 @@ OPTIONS
|
|||
prioritaire par rapport à cette option."
|
||||
}
|
||||
|
||||
source "$(dirname "$0")/ulib/ulib" &&
|
||||
urequire DEFAULTS ||
|
||||
exit 1
|
||||
|
||||
progexists sshfs || die "Ce script nécessite sshfs"
|
||||
|
||||
action=auto
|
||||
|
|
Loading…
Reference in New Issue