mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Mentors view
* added Lembitu
This commit is contained in:
@@ -2,7 +2,7 @@ mkdir -p optimised
|
||||
for file in original/*; do
|
||||
echo $file
|
||||
base_name=$(basename $file)
|
||||
if [[ $base_name = *"airiin"* ]]; then
|
||||
if [[ $base_name = *"airiin"* ]] || [[ $base_name = *"lembitu"* ]] ; then
|
||||
gravity=north
|
||||
else
|
||||
gravity=center
|
||||
|
||||
Reference in New Issue
Block a user