mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
git-svn-id: https://kippo.googlecode.com/svn/trunk@33 951d7100-d841-11de-b865-b3884708a8e2
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo -n "Starting kippo in background..."
|
|
twistd -y kippo.tac -l log/kippo.log
|