6 lines
184 B
Bash
Executable File
6 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
|
|
### nohup is needed to keep child process alive from java's
|
|
xterm -e nohup ~/.animatedBGstarter.sh >/dev/null 2>&1
|
|
xterm -e nohup ~/.animatedBGstarter2.sh >/dev/null 2>&1
|