Skip to content
Snippets Groups Projects
Select Git revision
  • fa55effc62bf97a89adeafab4c9eebfb26e0e45e
  • master default protected
  • intros
  • live_sources
  • bootstrap4
  • modules
6 results

profiling.py

Blame
  • Forked from Video AG Infrastruktur / website
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    root_env.sh 103 B
    #!bin/bash
    THISROOTLOC="$HOME/root/bin/thisroot.sh"
    if [ -e "$THISROOTLOC" ]
    then
    	. "$THISROOTLOC"
    fi