diff --git a/build b/build deleted file mode 100755 index ee01736..0000000 --- a/build +++ /dev/null @@ -1,5 +0,0 @@ -rm -Rf out/* -javac -Xlint:unchecked -cp . sigPlace.java -printf "\n\n\nRunning Program...\n\n" -java sigPlace "$@" -./clean \ No newline at end of file diff --git a/clean b/clean deleted file mode 100755 index 1573eb4..0000000 --- a/clean +++ /dev/null @@ -1 +0,0 @@ -find . -type f -name "*.class" -delete \ No newline at end of file diff --git a/commit b/commit deleted file mode 100755 index affdbe3..0000000 --- a/commit +++ /dev/null @@ -1,3 +0,0 @@ -git add * -git commit -m "$*" -git push \ No newline at end of file diff --git a/scripts/commit.sh b/scripts/commit.sh index affdbe3..a9a8092 100755 --- a/scripts/commit.sh +++ b/scripts/commit.sh @@ -1,3 +1,4 @@ +git add -u git add * git commit -m "$*" git push \ No newline at end of file diff --git a/sigPlace.class b/sigPlace.class deleted file mode 100644 index b4ef93b..0000000 Binary files a/sigPlace.class and /dev/null differ diff --git a/sigServer.class b/sigServer.class deleted file mode 100644 index 44647ea..0000000 Binary files a/sigServer.class and /dev/null differ