.git broken, restart
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if [ "$#" -ne 1 ] ; then
|
||||
echo "Usage: $0 /dev/sdb"
|
||||
echo "run:"
|
||||
echo 'hdparm -r0 $1'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
hdparm -r0 $1
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user