Clean un legacy files.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2022-01-27 11:29:12 -05:00
parent 41990c570f
commit 2944f5cc43
12 changed files with 2 additions and 1182 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
find -type l -exec git update-index --assume-unchanged {} \;
find -type l -exec bash -c 'ln -f "$(readlink -m "$0")" "$0"' {} \;