lab4: add script for updating documentation on the server

This commit is contained in:
dymik739 2023-05-20 19:15:26 +03:00
parent 1067db24d6
commit 48ea451c2f
2 changed files with 4 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class Group {
/** /**
* Compares numbers of type Double * Compares numbers of type Double
* *
* @param i1 first number * @param i1 first number to compare
* @param i2 second number to compare * @param i2 second number to compare
* @return if the first argument is greater, 1 is returned * @return if the first argument is greater, 1 is returned
* if the second argument is greater, -1 is returned * if the second argument is greater, -1 is returned

3
labs/4/update-http-docs.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
rsync -avuP --delete doc/ linode:/root/oop-server/labs/4/doc/