| Line 2... |
Line 2... |
| 2 |
# |
2 |
# |
| 3 |
# sync directory to server |
3 |
# sync directory to server |
| 4 |
# |
4 |
# |
| 5 |
# this script should not be called manually |
5 |
# this script should not be called manually |
| 6 |
|
6 |
|
| 7 |
echo "$1 ; $2 ; $3" |
- |
|
| 8 |
echo xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
7 |
echo xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
| 9 |
|
8 |
|
| 10 |
[[ "$#" < 1 ]] && echo "Please provide directory to upload" && exit 1 |
9 |
[[ "$#" < 1 ]] && echo "Please provide directory to upload" && exit 1 |
| 11 |
|
10 |
|
| 12 |
# debug |
11 |
# debug |