4 lines
125 B
Bash
Executable file
4 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#scp potain05/index.html ubuntu:/mnt/data/caddy/static/potain5/
|
|
scp -r potain05/ ubuntu:/mnt/data/caddy/static/
|