summarylogtreecommitdiffstats
path: root/8085-simulator
blob: e4fa09721972b25b8a321d61c7aa6b2d4b2cf5b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

# Lauch the java program
java -jar /opt/8085-simulator/8085-simulator-2.0.jar

# This program creates some data files in the working directory.
#
# - settings.dat
# - backup.dat
# - *\user_code (directory)
# - ../*\user_code (directory)
#
# Delete these unwanted files upon exit
rm -rf settings.dat backup.dat *\\user_code ../*\\user_code