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

6 lines
94 B
Fish
Raw Normal View History

2020-10-19 17:06:13 +00:00
function winfix
2021-07-14 20:54:12 +00:00
sudo umount /dev/sdc2
sudo ntfsfix -d /dev/sdc2
2020-10-19 17:06:13 +00:00
sudo mount -a
end