mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 12:36:28 +02:00
pkg(octave-6.2.0): add octave 6.2.0 (#247)
This commit is contained in:
parent
38ab15081e
commit
50cb0f1996
5 changed files with 36 additions and 0 deletions
4
packages/octave/6.2.0/run
vendored
Normal file
4
packages/octave/6.2.0/run
vendored
Normal 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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue