pkg(octave-6.2.0): add octave 6.2.0

This commit is contained in:
Dan Vargas 2021-05-01 20:25:16 -05:00
parent a49acc7dbe
commit 2bc92897db
5 changed files with 36 additions and 0 deletions

4
packages/octave/6.2.0/run vendored Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Run octave scripts without gui, history, init scripts and initial message
octave --no-gui --no-window-system --no-history --no-init-file --no-site-file --norc --quiet "$@"