mirror of
git://projects.qi-hardware.com/xue.git
synced 2024-11-07 14:38:25 +02:00
13 lines
94 B
Plaintext
Executable File
13 lines
94 B
Plaintext
Executable File
FILES="*~ *.0* *savepcb.brd *png *bak"
|
|
|
|
git rm $FILES
|
|
|
|
rm -fr $FILES
|
|
|
|
git commit
|
|
|
|
git push
|
|
|
|
|
|
|