adds sbin and upgrading tools
This commit is contained in:
parent
847c26e8df
commit
6f9c9bb1a9
5 changed files with 35 additions and 6 deletions
15
sbin/sc-2-cleanup
Executable file
15
sbin/sc-2-cleanup
Executable file
|
@ -0,0 +1,15 @@
|
|||
#! /bin/zsh
|
||||
|
||||
setopt EXTENDED_GLOB
|
||||
|
||||
cave purge --complete
|
||||
|
||||
echo -n '>>> Type "yes" to do the above. '
|
||||
read Q
|
||||
|
||||
if [[ $Q == "yes" ]]; then
|
||||
echo ">>> Aight."
|
||||
cave purge --complete -x
|
||||
fi
|
||||
|
||||
cave fix-linkage $1
|
Loading…
Add table
Add a link
Reference in a new issue