GWinWrap/src/versions/v0.0.3/resources/bin/StartXWW.sh

6 lines
176 B
Bash
Executable File

#!/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 &