5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
# echo $DISPLAY
|
|
export DISPLAY=:1
|
|
./plotty --in test_plot
|