Moved rest of java parts

This commit is contained in:
2019-05-05 04:07:46 -05:00
parent be2baef5a0
commit 55e3aa761c
131 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
### nohup is needed to keep child processes alive from java's
nohup bash ~/.animatedBGstarter.sh &> /dev/null &
nohup bash ~/.animatedBGstarter2.sh &> /dev/null &