Remove unused function

This commit is contained in:
Jason Swank 2023-11-10 19:26:55 +00:00
parent c15dc5f5ff
commit 5d80c2be62

View File

@ -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
#}