piston/packages/octave/6.2.0/run
2021-05-02 18:36:41 +12:00

4 lines
195 B
Bash

#!/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 "$@"