Skip to content
Snippets Groups Projects
Select Git revision
  • 18037fd29a05a80da39749fdb38ea5e8139ead85
  • 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

create-julia-artifacts-toml

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