mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 04:44:24 -05:00
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
find ~ -name ".bash_history-*.tmp" -type f -delete
|