5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# Shell script to launch OS sim on Unix systems.
|
||
|
java -jar ossim.jar
|