start_me_up_home 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #!/bin/bash
  2. # Copyright 2017 Jeff Cliff
  3. #
  4. # This program is free software: you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation, either version 3 of the License, or (at
  7. # your option) any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful, but
  10. # WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. # General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program, like at COPYING.GPL. If not, see <https://www.gnu.org/licenses/>.
  16. # honestly this is just my startup script for eva you probably want to make your own one of these
  17. # move downloads/wbai to intake here
  18. # mkdir downloads
  19. TARGET="/mnt/disk7/intake/"`date +"%G"`"/"`date +"%m"`"/"`date +"%d"`
  20. echo $TARGET
  21. mkdir -p $TARGET
  22. mv -v /home/themusicgod1/Downloads $TARGET
  23. mv -v /home/themusicgod1/wbai $TARGET
  24. mkdir /home/themusicgod1/Downloads
  25. neofetch
  26. mnemosyne &
  27. chromium &
  28. emacs tdl &
  29. tor-browser/tor-browser_en-US/Browser/runme.sh &
  30. audacious &
  31. redshift &
  32. qbittorrent &
  33. ricochet &
  34. utox &
  35. tempcheck.sh &
  36. freep.sh &