6 lines
107 B
Bash
6 lines
107 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# Shell script to launch OS sim on Unix systems.
|
||
|
export GDK_SCALE=2;
|
||
|
java -jar ossim.jar
|