Last active
May 9, 2021 17:14
-
-
Save alecvance/02c56e71c4c2dea9c1f22a88e32e8731 to your computer and use it in GitHub Desktop.
Revisions
-
alecvance revised this gist
May 9, 2021 . 1 changed file with 0 additions and 2 deletions.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 @@ -1,7 +1,5 @@ cd "$1" for f in * ; do SetFile -d "$(GetFileInfo -m $f)" "$f" done -
alecvance created this gist
May 9, 2021 .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,7 @@ cd "$1" pwd for f in * ; do SetFile -d "$(GetFileInfo -m $f)" "$f" done