5 lines
55 B
Bash
5 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source ./common.sh
|
||
|
|
||
|
get_outer_ratio "${1}"
|