diff options
-rw-r--r-- | itemy/rogatywka-stary-kroj.md | 3 | ||||
-rw-r--r-- | itemy/spodnie-długie-158.md | 3 | ||||
-rw-r--r-- | itemy/spodnie-długie-164.md | 3 | ||||
-rwxr-xr-x | rsync_push.sh | 3 |
4 files changed, 6 insertions, 6 deletions
diff --git a/itemy/rogatywka-stary-kroj.md b/itemy/rogatywka-stary-kroj.md new file mode 100644 index 0000000..1331c57 --- /dev/null +++ b/itemy/rogatywka-stary-kroj.md @@ -0,0 +1,3 @@ +# Rogatywka - stary krój + +Rogatywka w starym kroju, bez lilijki diff --git a/itemy/spodnie-długie-158.md b/itemy/spodnie-długie-158.md deleted file mode 100644 index 317ca83..0000000 --- a/itemy/spodnie-długie-158.md +++ /dev/null @@ -1,3 +0,0 @@ -# Spodnie długie 158cm - -Długie spodnie / bojówki na wysokość 158cm diff --git a/itemy/spodnie-długie-164.md b/itemy/spodnie-długie-164.md deleted file mode 100644 index 715a17a..0000000 --- a/itemy/spodnie-długie-164.md +++ /dev/null @@ -1,3 +0,0 @@ -# Spodnie długie 164cm - -Długie spodnie / bojówki na wysokość 164cm diff --git a/rsync_push.sh b/rsync_push.sh new file mode 100755 index 0000000..a7ed78a --- /dev/null +++ b/rsync_push.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +rsync -aP ./dest/ srv1:/srv/www/zhr.niedzwiedzinski.cyou/harcdzielnia |