mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-08 17:49:44 +00:00
update dependencies
This commit is contained in:
7
local.migrate.folder.sh
Executable file
7
local.migrate.folder.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
for folder in $(find . -depth -type d -name "main");
|
||||
do
|
||||
newFolder="`echo $folder | sed 's/main/androidMain/g'`"
|
||||
mv $folder "$newFolder"
|
||||
done
|
Reference in New Issue
Block a user