streamscapes/start-stream-in-screen.sh

8 lines
94 B
Bash
Executable File

#!/bin/sh
#touch `date +%H%M%S`
#while true
#do
screen -S drift -d -m ./streamup.sh ;
#done