Files
vsehvrot/install.sh
Кодорвань d1176d0c44 Initial commit
2025-11-08 02:00:04 +07:00

16 lines
285 B
Bash
Executable File

#!/bin/bash
if [ -d author/project ]; then
mv author/project author/vsehvrot
fi
if [ -d author ]; then
mv author kodorvan
fi
if [ -e kodorvan/vsehvrot/system/settings/*.sample ]; then
for i in kodorvan/vsehvrot/system/settings/*.sample; do
cp "$i" "${i/.sample/}";
done
fi