mirror of
https://gitlab.com/octospacc/Snippets.git
synced 2024-12-21 12:35:37 +01:00
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p ./Res
|
|
prefix=/Main/Server/www/Drive/Misc/Scripts
|
|
cp $prefix/* ./
|
|
cp $prefix/Res/* ./Res/
|