5 lines
84 B
Bash
5 lines
84 B
Bash
#!/bin/bash
|
|
|
|
# copy files from ./repo/docker to ./code
|
|
cp -r ./repo/docker/* ./code
|