Compare commits

..

No commits in common. "main" and "test1" have entirely different histories.
main ... test1

1 changed files with 14 additions and 0 deletions

14
app-setting.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/bash
if [ -z $1 ] || [ -z $2 ] || [ -z $3 ] ; then
echo "Please fill in app's name, file."
exit
fi
mv sdt-cloud-app.service $1.service
sed -i "s/sdt-cloud-app/$1/g" ./install.sh
sed -i "s/sdt-cloud-app/$1/g" ./$1.service
sed -i "s%exePath%$2%g" ./$1.service
sed -i "s/exeFile/$3/g" ./$1.service