mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-02 21:22:03 +08:00
6 lines
39 B
Bash
6 lines
39 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd .. && rm -vf _*
|
||
|
|
||
|
# eof
|