Skip to content

Instantly share code, notes, and snippets.

@jfhbrook
Created June 11, 2010 07:37
Show Gist options
  • Save jfhbrook/434195 to your computer and use it in GitHub Desktop.
Save jfhbrook/434195 to your computer and use it in GitHub Desktop.
#!/usr/bin/octave --silent
% This test demonstrates the use of GNU octave with scripts.
% Use: chmod +x test.m && ./test.m
% Not sure if/when this will be handy. Being able to do this
% with MATLAB would probably be more useful for me.
disp('hello world!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment