forked from mystiq/hydrogen-web
4 lines
55 B
Bash
4 lines
55 B
Bash
|
#!/bin/bash
|
||
|
# Remove icons created in .tmp
|
||
|
rm -rf .tmp
|