7 lines
45 B
Bash
7 lines
45 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mk clean
|
||
|
mk o.rio
|
||
|
|
||
|
mv o.rio ryudo
|