12 lines
197 B
Bash
Executable File
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+"$@"}
|
|
|
|
~
|