1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2025-01-08 22:59:44 +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