mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-12 20:19:37 +01:00
6 lines
45 B
Bash
Executable File
6 lines
45 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
git ls-files -o | xargs -t rm
|
|
|