10 lines
151 B
Bash
Executable File
10 lines
151 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
if ps aux | grep ytdl.sub.*.sh$; then
|
|
exit 0
|
|
fi
|
|
|
|
cd /volume1/homes/squeaky2x3/bin
|
|
bash ./ytdl-sub-ma.sh
|
|
bash ./ytdl-sub-me.sh
|