This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
tmp_webseite/Makefile

10 lines
322 B
Makefile
Raw Normal View History

#!/bin/bash
all:
scp *.html wtf_eg@wtf-eg.de:~/httpdocs/
2021-01-27 22:55:23 +01:00
scp favicon.ico wtf_eg@wtf-eg.de:~/httpdocs/
scp manifest.json wtf_eg@wtf-eg.de:~/httpdocs/
scp *.png wtf_eg@wtf-eg.de:~/httpdocs/
2021-01-27 22:32:46 +01:00
scp -r assets wtf_eg@wtf-eg.de:~/httpdocs/
2021-01-29 11:03:14 +01:00
scp -r dokumente wtf_eg@wtf-eg.de:~/httpdocs/
scp -r error_docs wtf_eg@wtf-eg.de:~/