5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
#!/bin/sh
|
||
|
if ! getdestiny.awk 301; then
|
||
|
getdestiny.awk 300;
|
||
|
fi
|