Remove unused function
This commit is contained in:
parent
c15dc5f5ff
commit
5d80c2be62
@ -11,11 +11,3 @@ fi
|
||||
rm -f $HOME/.zshrc $HOME/.profile >/dev/null 2>&1
|
||||
|
||||
find * -maxdepth 0 -type d | xargs -I{} $STOW -t "$HOME" {}
|
||||
|
||||
#func encrypt() {
|
||||
# openssl enc -e -aes256 -base64 -in $1
|
||||
#}
|
||||
#
|
||||
#func decrypt() {
|
||||
# openssl enc -d -aes256 -base64 -in $1
|
||||
#}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user