Browse Source

add script for cron

pull/123/head
butlerx 8 years ago
committed by cbutler
parent
commit
2076d9254b
No known key found for this signature in database GPG Key ID: 9EB3D625BD14DDEC
  1. 1
      bin/cleanup
  2. 3
      public/wetty/wetty.js

1
bin/cleanup

@ -0,0 +1 @@
kill $(ps aux | grep "ssh" | awk '{print $2}')

3
public/wetty/wetty.js

@ -43,8 +43,7 @@ socket.on('connect', function() {
row: term.screenSize.height
});
if (buf && buf != '')
{
if (buf && buf != '') {
term.io.writeUTF16(buf);
buf = '';
}

Loading…
Cancel
Save