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