Add gitignore and project scripts

This commit is contained in:
sigonasr2, Sig, Sigo 2022-04-26 18:38:18 +00:00
parent 1c441c506b
commit 10dcc6006d
2 changed files with 7 additions and 0 deletions

2
clean Executable file
View File

@ -0,0 +1,2 @@
cd /workspace/HttpClient
find . -type f -name *.class -delete

5
run Executable file
View File

@ -0,0 +1,5 @@
cd /workspace/HttpClient
javac -Xlint:unchecked -cp . sig/client.java
printf "\n\n\nRunning Program...\n\n"
java sig.client
./clean