Files
pshell-apps/persplot/persplot
2025-08-15 17:01:15 +02:00

12 lines
197 B
Bash
Executable File

#!/bin/bash
/opt/gfa/pshell/pshell \
-z -sbar -clog=INFO -d -q -n \
-p=/opt/gfa/pshell/apps/persplot/PersistencePlot.java \
-laf=dark \
-last \
${1+"$@"}
~