Shell Script

Aus MeinWiki
Wechseln zu: Navigation, Suche

Funktion

  • get script path
   #get script path
   GetScriptPath()
   {
       echo "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
   }