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