Skip to content
Snippets Groups Projects
Select Git revision
  • 7622c67f714155c076d1433af170c282277051a9
  • master default protected
  • Legacy_Php7
3 results

htmlguielements.class.php

Blame
  • detect-node 484 B
    # ----------------------------------------------------------------------------
    # 
    # EOL - End of life detection - Warn before reaching end of life
    #
    # detect version of NODE JS
    #
    # ----------------------------------------------------------------------------
    # 2020-02-25  v1.0  <axel.hahn@iml.unibe.ch>
    # ----------------------------------------------------------------------------
    
    # ----- example output
    #   node --version
    #   v13.7.0
    
    node --version | cut -f 1 -d "." | sed "s#v##"