Skip to content
Snippets Groups Projects
Commit 61e42960 authored by Blank's avatar Blank Committed by Pregmodder
Browse files

MiscTweaking

parent 7ae51fac
No related branches found
No related tags found
No related merge requests found
#!/bin/sh U=$1 P=$2 rDir=$3 lDir=$4 repo=$5 Reqs:MEGAcmd,minify,git #!/bin/sh
mega-login $1 $2;echo 'New clone? 0:y 1:n 2:na';read Opt mega-login $1 $2;echo 'New clone? 0:y 1:n 2:na';read Opt #U=$1 P=$2 rDir=$3 lDir=$4 repo=$5 Reqs:MEGAcmd,git
while true;do cd $4;gen=0 while true;do cd $4;gen=0
if [ $Opt == 0 ];then mkdir -p $4&&git clone -q --depth 1 $5 $4&&cd $4&&if [[ ! `mega-ls $3|cut -c29-32|paste -sd,` =~ `git log|head -1|cut -c8-11` ]];then gen=1;fi #arraryCheck:stackoverflow.com/a/15394738 if [[ $Opt == 0 ]];then
elif [[ $Opt > 0||$gen < 1 ]];then git fetch -q&&if [ `git rev-list ...origin --count` -gt 0 ];then git reset -q --hard&&git pull -q&&gen=1;fi ;fi #gitCheck:stackoverflow.com/a/17192101 mkdir -p $4&&git clone -q --depth 1 $5 $4&&cd $4
if [[ $Opt > 1||$gen > 0 ]];then rm bin/*;minify -rao $4 $4&&./compile.sh -q&&cd bin/&&mv *.h* FC-pregmod-`git log -1 --format=%cd --date=format:%m-%d-%Y-%H-%M`-`git log|head -1|cut -c8-11`.html&&mega-put -c *.h* $3&&mega-rm $3`mega-ls $3|sort -r|tail -n +11`;fi if [[ ! `mega-ls $3|cut -c29-32|paste -sd,` =~ `git log|head -1|cut -c8-11` ]];then gen=1;fi #stackoverflow.com/a/15394738
elif [[ $Opt > 0||$gen < 1 ]];then
git fetch -q
if [ `git rev-list ..origin|wc -l` -gt 0 ];then gen=1&&git pull -q;fi #stackoverflow.com/a/17192101
fi
if [[ $Opt > 1||$gen > 0 ]];then rm bin/*;./compile.sh -q&&cd bin/&&mv *.h* FC-`git log -1 --format=%cd --date=format:%m-%d-%Y-%H-%M`-`git log|head -1|cut -c8-11`.html&&mega-put -c *.h* $3&&mega-rm $3`mega-ls GitFC/|head -n 1`;fi
Opt=-1;clear;sleep 15m;done Opt=-1;clear;sleep 15m;done
\ No newline at end of file
...@@ -1676,7 +1676,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF ...@@ -1676,7 +1676,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
<<if $minimumSlaveAge == 3>> <<if $minimumSlaveAge == 3>>
_HeA's an adorable toddler wearing a cute pink dress. _HeA's an adorable toddler wearing a cute pink dress.
<<elseif $minimumSlaveAge <= 7>> <<elseif $minimumSlaveAge <= 7>>
_HeA's a cute _loliA wearing tight, crotch hugging spats and a tight tub top across _hisA flat chest. _HeA's a cute _loliA wearing tight, crotch hugging spats and a tight tube top across _hisA flat chest.
<<elseif $minimumSlaveAge <= 13>> <<elseif $minimumSlaveAge <= 13>>
_HeA's an attractive teenager wearing short shorts and a sheer top that shows off _hisA newly grown breasts. _HeA's an attractive teenager wearing short shorts and a sheer top that shows off _hisA newly grown breasts.
<<else>> <<else>>
......
...@@ -477,7 +477,7 @@ ...@@ -477,7 +477,7 @@
<br> <<link "Manage Personal Affairs" "Manage Personal Affairs">> <</link>> @@.cyan;[X]@@ <br> <<link "Manage Personal Affairs" "Manage Personal Affairs">> <</link>> @@.cyan;[X]@@
<</if>> <</if>>
</span> </span>
<<if $corpAnnounced == 1>> <<if $corpAnnounced == 1 && _Pass !== "Manage Corporation">>
<br><span id="manageCorporation"><<link "Manage Corporation">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Corporation">><</link>> <br><span id="manageCorporation"><<link "Manage Corporation">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Corporation">><</link>>
<<if ($corpSpecToken > 0) && ($corpSpecTimer == 0)>>@@.yellow;[!]@@<</if>> <<if ($corpSpecToken > 0) && ($corpSpecTimer == 0)>>@@.yellow;[!]@@<</if>>
</span> </span>
...@@ -654,6 +654,7 @@ ...@@ -654,6 +654,7 @@
<<if $ImplantProductionUpgrade>> <br>[[Implant Manufactory|Implant Manufactory]]<</if>> <<if $ImplantProductionUpgrade>> <br>[[Implant Manufactory|Implant Manufactory]]<</if>>
<<if $geneticMappingUpgrade>> <br>[[Gene Lab|Gene Lab]]<</if>> <<if $geneticMappingUpgrade>> <br>[[Gene Lab|Gene Lab]]<</if>>
<<elseif ["Dispensary", "Organ Farm", "Implant Manufactory", "Gene Lab", "Prosthetics Config"].includes(_Pass)>> <<elseif ["Dispensary", "Organ Farm", "Implant Manufactory", "Gene Lab", "Prosthetics Config"].includes(_Pass)>>
<br>
<<if $dispensary && _Pass !== "Dispensary">> <br>[[Pharmaceutical Fabricator|Dispensary]]<</if>> <<if $dispensary && _Pass !== "Dispensary">> <br>[[Pharmaceutical Fabricator|Dispensary]]<</if>>
<<if $organFarmUpgrade && _Pass !== "Organ Farm">> <br>[[Organ Farm|Organ Farm]]<</if>> <<if $organFarmUpgrade && _Pass !== "Organ Farm">> <br>[[Organ Farm|Organ Farm]]<</if>>
<<if $ImplantProductionUpgrade && _Pass !== "Implant Manufactory">> <br>[[Implant Manufactory|Implant Manufactory]]<</if>> <<if $ImplantProductionUpgrade && _Pass !== "Implant Manufactory">> <br>[[Implant Manufactory|Implant Manufactory]]<</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment