1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 14:27:34 +00:00
config-fish/functions/winfix.fish
2020-10-19 19:06:13 +02:00

5 lines
94 B
Fish

function winfix
sudo umount /dev/sda2
sudo ntfsfix -d /dev/sda2
sudo mount -a
end