User Tools

Site Tools


docu:csheet:sysadm:script:bash:get_script_path

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docu:csheet:sysadm:script:bash:get_script_path [2020/09/16 13:37] – created admindocu:csheet:sysadm:script:bash:get_script_path [2020/09/16 13:37] (current) admin
Line 5: Line 5:
  
 <code bash> <code bash>
-cd "$( cd "$(dirname "$0")" >/dev/null 2>&1; pwd -P )"+SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1; pwd -P )"
 </code> </code>
docu/csheet/sysadm/script/bash/get_script_path.1600263443.txt.gz · Last modified: 2020/09/16 13:37 by admin