5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
![]() |
#!/bin/bash
|
||
|
# echo $DISPLAY
|
||
|
export DISPLAY=:1
|
||
|
./plotty --in test_plot
|