mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-03 14:24:23 +01: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
|
|
|