1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-14 07:36:28 +02:00

Updated to Octave 8.1.0

This commit is contained in:
RVG|lory 2023-04-08 13:31:16 +02:00 committed by GitHub
parent 86d897d580
commit 7ae50eaef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 36 additions and 0 deletions
packages/octave/8.1.0

4
packages/octave/8.1.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 "$@"