5 lines
136 B
Bash
5 lines
136 B
Bash
|
|
#!/bin/bash
|
||
|
|
# Copyright 2025 Mengning Software All rights reserved.
|
||
|
|
|
||
|
|
service ssh restart
|
||
|
|
/usr/bin/ttyd/ttyd/ttyd -W -w $WORKDIR bash &
|