mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
New server
This commit is contained in:
13
Lib.sh
13
Lib.sh
@ -36,11 +36,14 @@ CpSufx(){
|
||||
}
|
||||
|
||||
cpfile(){
|
||||
echo "$1"
|
||||
rm -rf "./$1" && \
|
||||
mkdir -p "./$1" && \
|
||||
rm -rf "./$1" && \
|
||||
cp --no-target-directory "${ScopePath}$1" "./$1"
|
||||
if [ -f "${ScopePath}$1" ]
|
||||
then
|
||||
echo "$1"
|
||||
rm -rf "./$1" && \
|
||||
mkdir -p "./$1" && \
|
||||
rm -rf "./$1" && \
|
||||
cp --no-target-directory "${ScopePath}$1" "./$1"
|
||||
fi
|
||||
}
|
||||
|
||||
cpdir(){
|
||||
|
Reference in New Issue
Block a user