lab4: add script for updating documentation on the server
This commit is contained in:
parent
1067db24d6
commit
48ea451c2f
|
@ -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
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rsync -avuP --delete doc/ linode:/root/oop-server/labs/4/doc/
|
Loading…
Reference in New Issue