4 строки
81 B
Bash
Исполняемый файл
4 строки
81 B
Bash
Исполняемый файл
#!/bin/sh
|
|
# just ignore the cmdline argument (the remote vm name)
|
|
exec /bin/bash
|