|
|
@ -6,6 +6,9 @@ function error {
|
|
|
|
exit 1
|
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#for text_editor() and script_name() functions
|
|
|
|
|
|
|
|
source "${DIRECTORY}/api" || error "failed to source ${DIRECTORY}/api"
|
|
|
|
|
|
|
|
|
|
|
|
#you can specify a preexisting app with variable 1
|
|
|
|
#you can specify a preexisting app with variable 1
|
|
|
|
if [ ! -z "$1" ];then
|
|
|
|
if [ ! -z "$1" ];then
|
|
|
|
name="$1"
|
|
|
|
name="$1"
|
|
|
@ -24,9 +27,6 @@ windowheight=400
|
|
|
|
#start with this app name:
|
|
|
|
#start with this app name:
|
|
|
|
#name='Email Checker'
|
|
|
|
#name='Email Checker'
|
|
|
|
|
|
|
|
|
|
|
|
#for text_editor() and script_name() functions
|
|
|
|
|
|
|
|
source "${DIRECTORY}/api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
while true;do
|
|
|
|
while true;do
|
|
|
|
case $step in
|
|
|
|
case $step in
|
|
|
|
1) #STEP 1: introduction
|
|
|
|
1) #STEP 1: introduction
|
|
|
|