changeset 71:7bcf3d503d33

shoalgo.m: give it a shebang and make it executable
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 20 May 2016 08:38:44 -0400
parents 430f958f007c
children 6b0f8b05c0c4
files talk/code/showalgo.m
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
old mode 100644
new mode 100755
--- a/talk/code/showalgo.m
+++ b/talk/code/showalgo.m
@@ -1,3 +1,5 @@
+#!/usr/bin/octave
+
 H = load("H");
 L = load("L") + 1;
 R = load("R") + 1;