Upload files to "/"

main
Berkeley 2024-02-19 01:02:57 +00:00
parent 3bfa8a960f
commit 2d6461b406
1 changed files with 4 additions and 0 deletions

View File

@ -48,3 +48,7 @@ alias now='cd /tmp && tar -czf - * | openssl enc -e -aes256 -out secured.tar.gz
alias bb='bg /home/berkeley/Downloads/preto.jpg'
alias hot='cp /files/secured.tar.gz /tmp && cd /tmp/ && openssl enc -d -aes256 -in secured.tar.gz | tar xz'
alias big='find / -type f -size +1000M > /home/berkeley/big.txt'
alias zip='7z a arquivos'
alias h='haunt build && haunt serve'
alias hh='haunt serve'
alias t='texstudio'