mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-07-26 05:29:16 +02:00
model packaging/uploading
This commit is contained in:
parent
83fca95914
commit
1972e9975b
6 changed files with 310 additions and 0 deletions
6
models/scripts/convert.sh
Normal file
6
models/scripts/convert.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
for i in */models_eynollah/*;do
|
||||
rslv=$(readlink $i|sed 's,models_eynollah,reloaded/models_eynollah,');
|
||||
ln -srf $rslv $i;
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue