4 líneas
81 B
Bash
Archivo Ejecutable
4 líneas
81 B
Bash
Archivo Ejecutable
#!/bin/sh
|
|
# just ignore the cmdline argument (the remote vm name)
|
|
exec /bin/bash
|