4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
# just ignore the cmdline argument (the remote vm name)
|
||
|
exec /bin/bash
|