Commit db16f8e1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add functions.sh

parent 1fe499a8
#!/bin/sh
. ./functions.sh
is_hdd /dev/sda && echo HDD || echo SSD
is_hdd /dev/sdc && echo HDD || echo SSD
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment