2025-10-29 17:57:16 +01:00
|
|
|
#!/bin/sh
|
2025-10-29 21:36:14 +01:00
|
|
|
cd "$(dirname $1)"
|
2025-10-29 17:57:16 +01:00
|
|
|
echo "[v] scan (new) files of model"
|
|
|
|
|
id="$(basename "$dir" | sed 's/\#//g')"
|
|
|
|
|
#echo "Model.find(id).add_new_files_later()" | /usr/src/app/bin/rails console
|