Skip to content
Snippets Groups Projects
Select Git revision
  • 93e6dc4417c4620e7bfd007149a616c8907ae2b1
  • master default protected
  • julia protected
  • 6.x protected
  • python-codegen
  • llvm-15
  • 5.x protected
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-7.0.0
  • julia-6.4.0
  • julia-6.3.0
  • julia-6.2.0
15 results

SymbolTable.hh

Blame
  • indent-matlab 224 B
    #!/bin/sh
    
    # Reindents the MATLAB source code file given in argument.
    
    if [ -z "$1" ]; then
        echo "Give a filename in argument"
        exit 1
    fi
    
    SCRIPTS_DIR=$(dirname $0)
    
    emacs -batch $1 -l ${SCRIPTS_DIR}/indent-matlab.el