mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
4 lines
64 B
Bash
4 lines
64 B
Bash
#!/bin/bash
|
|
zpool import -f -o readonly=on "$*"
|
|
zpool status -v
|