4 lines
49 B
Bash
4 lines
49 B
Bash
|
|
function write {
|
||
|
|
_.to_s > "$1"
|
||
|
|
}
|