4 行
81 B
Bash
可执行文件
4 行
81 B
Bash
可执行文件
#!/bin/sh
|
|
# just ignore the cmdline argument (the remote vm name)
|
|
exec /bin/bash
|