5 lines
50 B
Text
5 lines
50 B
Text
|
#!/bin/sh
|
||
|
|
||
|
mount | grep -q xenfs && exit 0
|
||
|
exit 1
|