1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-12 14:46:27 +02:00
piston/packages/octave/8.1.0/run
2023-04-08 13:31:16 +02:00

4 lines
No EOL
194 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 "$@"