1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 14:27:34 +00:00

Remove device-specific winfix command

This commit is contained in:
Steffo 2024-05-20 02:06:03 +02:00
parent 0fa4bc3c3f
commit d693831e7b
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,5 +0,0 @@
function winfix
sudo umount /dev/sdc2
sudo ntfsfix -d /dev/sdc2
sudo mount -a
end