1
0
mirror of git://projects.qi-hardware.com/xue.git synced 2025-02-21 00:54:42 +02:00

7 lines
47 B
Plaintext
Raw Normal View History

for f in $(cat .gitignore);
do
rm $f
done