4 lines
73 B
Text
4 lines
73 B
Text
|
#!/bin/sh -e
|
||
|
[ -n "$QEMUSH_NAME" ]
|
||
|
printf %s/%s ~/sockets "$QEMUSH_NAME"
|