5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf teambox-icons
|
|
git clone --depth=1 git@github.com:teambox/Free-file-icons.git teambox-icons
|