mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-14 04:59:36 +01:00
6 lines
45 B
Plaintext
6 lines
45 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
git ls-files -o | xargs -t rm
|
||
|
|