works/install.sh

11 lines
126 B
Bash
Raw Normal View History

2024-12-15 23:42:32 +07:00
#!/bin/bash
if [ -d author/project ]; then
mv author/project author/works
fi
if [ -d author ]; then
mv author svoboda
fi