4 lines
46 B
Bash
4 lines
46 B
Bash
#!/bin/sh
|
|
|
|
exec mono "./bin/NatiBot.exe" "$@"
|
#!/bin/sh
|
|
|
|
exec mono "./bin/NatiBot.exe" "$@"
|