add shell plotter selection as function of oscompiled
This commit is contained in:
parent
167bd9b433
commit
7dea6f2f3a
|
|
@ -40,7 +40,19 @@ echo 私はガラスを食べられます。それは私を傷つけません
|
||||||
echo 我能吞下玻璃而不伤身体
|
echo 我能吞下玻璃而不伤身体
|
||||||
|
|
||||||
hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~'
|
hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~'
|
||||||
shell Start /B plot_5.ps
|
|
||||||
|
if ($oscompiled = 1) or ($oscompiled = 8)
|
||||||
|
shell Start /B plot_5.ps
|
||||||
|
endif
|
||||||
|
if ($oscompiled = 2)
|
||||||
|
shell xterm -e gs plot_5.ps &
|
||||||
|
endif
|
||||||
|
if ($oscompiled = 6)
|
||||||
|
shell gv plot_5.ps &
|
||||||
|
endif
|
||||||
|
if ($oscompiled = 7)
|
||||||
|
shell open -a Preview plot_5.ps &
|
||||||
|
endif
|
||||||
|
|
||||||
echo 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요
|
echo 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요
|
||||||
echo 私はガラスを食べられます。それは私を傷つけません
|
echo 私はガラスを食べられます。それは私を傷つけません
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue