mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p -v log/thin/
|
|
bundle exec ruby ./script/websocket_server.rb&
|
|
bundle exec thin start $@
|