svoboder/install.sh

11 lines
131 B
Bash
Raw Normal View History

2025-01-12 23:45:42 +07:00
#!/bin/bash
if [ -d author/project ]; then
2025-01-13 01:28:52 +07:00
mv author/project author/negotiator
2025-01-12 23:45:42 +07:00
fi
if [ -d author ]; then
mv author svoboda
fi