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

8 lines
236 B
Makefile

#!/bin/bash
all:
scp *.html wtf_eg@wtf-eg.de:~/httpdocs/
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/
scp -r assets wtf_eg@wtf-eg.de:~/httpdocs/