diff --git a/far2l/bootstrap/notify.sh b/far2l/bootstrap/notify.sh index f81c8b282..e7f69acd1 100755 --- a/far2l/bootstrap/notify.sh +++ b/far2l/bootstrap/notify.sh @@ -1,13 +1,15 @@ #!/bin/sh -############################################################ -#This script used by FAR to display desktop notifcations -############################################################ -#$1= action -#$2= object -############################################################ -#For per user customization - create: +################################################################ +# This script used by FAR to display desktop notifcations +################################################################ +# $1= action +# $2= object +################################################################ +# For per user customization - create: #~/.config/far2l/notify.sh -############################################################ +# note that per-user script must do 'exit 0' at the end if +# no need to continue default implementation of main notify.sh +################################################################ action=$1 object=$2 diff --git a/far2l/bootstrap/open.sh b/far2l/bootstrap/open.sh index 89489814f..403ab2770 100755 --- a/far2l/bootstrap/open.sh +++ b/far2l/bootstrap/open.sh @@ -1,16 +1,18 @@ #!/bin/sh -############################################################ -#This script used by FAR to open files by other applications -############################################################ -#$1= [exec|dir|other] where: +################################################################ +# This script used by FAR to open files by other applications +################################################################ +# $1= [exec|dir|other] where: # exec - execute given command in other terminal # dir - open given directory with GUI # other - open given file with GUI -#Other arguments - actual command/file to be executed/opened -############################################################ -#For per user customization - create: +# Other arguments - actual command/file to be executed/opened +################################################################ +# For per user customization - create: #~/.config/far2l/open.sh -############################################################ +# note that per-user script must do 'exit 0' at the end if +# no need to continue default implementation of main open.sh +################################################################ what=$1 shift diff --git a/far2l/bootstrap/ps.sh b/far2l/bootstrap/ps.sh index 6aeb76260..84dc968f2 100755 --- a/far2l/bootstrap/ps.sh +++ b/far2l/bootstrap/ps.sh @@ -1,10 +1,12 @@ #!/bin/sh ############################################################ -#This script used by FAR to show processes list +# This script used by FAR to show processes list ############################################################ ############################################################ -#For per user customization - create: +# For per user customization - create: #~/.config/far2l/ps.sh +# note that per-user script must do 'exit 0' at the end if +# no need to continue default implementation in main ps.sh ############################################################ if [ -x ~/.config/far2l/ps.sh ]; then diff --git a/far2l/bootstrap/trash.sh b/far2l/bootstrap/trash.sh index e2af561f4..6e67ce2b2 100755 --- a/far2l/bootstrap/trash.sh +++ b/far2l/bootstrap/trash.sh @@ -1,10 +1,12 @@ #!/bin/sh -########################################################## -#This script used by FAR to move files to Trash -########################################################## -#For per user customization - create: +################################################################ +# This script used by FAR to move files to Trash +################################################################ +# For per user customization - create: #~/.config/far2l/trash.sh -########################################################## +# note that per-user script must do 'exit 0' at the end if +# no need to continue default implementation of main trash.sh +################################################################ set -e