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