3 lines
45 B
Bash
Executable file
3 lines
45 B
Bash
Executable file
#!/bin/sh
|
|
cd /dev || exit 0
|
|
echo sd? hd? vd?
|