5 lines
65 B
Bash
5 lines
65 B
Bash
|
#!/bin/sh
|
||
|
cd /emacs-collab
|
||
|
ruby init_passwd.rb
|
||
|
/usr/sbin/sshd -D
|