music-downloader/start.sh

6 lines
65 B
Bash

#!/bin/bash
./server.sh &
./start.sh &
echo "start success !!!"