Created
July 4, 2019 14:51
-
-
Save ailtonbsj/ddbc98cec8ba38ba6e6a673be70c7331 to your computer and use it in GitHub Desktop.
Revisions
-
ailtonbsj created this gist
Jul 4, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #!/bin/bash rm -rf ~/Downloads && ln -s /mnt/d/Downloads/ ~/Downloads rm -rf ~/Documentos && ln -s /mnt/d/Documents/ ~/Documentos rm -rf ~/Imagens && ln -s /mnt/d/Pictures/ ~/Imagens rm -rf ~/Música && ln -s /mnt/d/Music/ ~/Música rm -rf ~/Vídeos && ln -s /mnt/d/Videos/ ~/Vídeos rm -rf ~/Modelos && ln -s /mnt/d/Models/ ~/Modelos rm -rf ~/Público && ln -s /mnt/d/Public/ ~/Público