piston/packages/octave/8.1.0/run

4 lines
194 B
Plaintext
Raw Normal View History

2023-04-08 13:31:16 +02:00
#!/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 "$@"