7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
|
|
test -f domains.txt || touch domains.txt
|
|
test -f nicknames.txt || touch nicknames.txt
|
|
|
|
./uabot
|