mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
7 lines
131 B
Bash
Executable File
7 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Starting kippo in the background...\n"
|
|
cd $(dirname $0)
|
|
twistd -y kippo.tac -l log/kippo.log --pidfile kippo.pid
|
|
|