5 lines
102 B
Makefile
5 lines
102 B
Makefile
#!/bin/bash
|
|
all:
|
|
scp *.html wtf_eg@wtf-eg.de:~/httpdocs/
|
|
scp -r assets wtf_eg@wtf-eg.de:~/httpdocs/
|