Advertisement
Guest User

Linux Christmas Trees

a guest
Dec 21st, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. # Bash Christmas Tree
  2. curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
  3.  
  4. # PERL Christmsa Tree
  5. sudo pacman install perl-curses perl-curses-ui perl-cpan perl-poe
  6. perl -MCPAN -e 'install Acme::POE::Tree'
  7. perl -MAcme::POE::Tree -e 'Acme::POE::Tree->new()->run()'
  8.  
  9. # Bash version of the PERL tree
  10. curl https://cdn.jsdelivr.net/gh/edkalrio/Tree.sh/Tree.sh | bash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement