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