Try ME /ipfs/QmQZpEUA2pMSqWMg22nevCgb5FqKoDyraJNxqdxTaoNE6V

This commit is contained in:
fred 2024-02-13 18:59:04 +01:00
parent 0d6ed6f1f7
commit 90d896a8b2
6 changed files with 14 additions and 5 deletions

2
.chain
View File

@ -1 +1 @@
QmXzcrtjmA6Ykieu78CuVnkyCiQk2MpQNhV8KMsw67HGKu
QmQZpEUA2pMSqWMg22nevCgb5FqKoDyraJNxqdxTaoNE6V

View File

@ -0,0 +1 @@
QmXzcrtjmA6Ykieu78CuVnkyCiQk2MpQNhV8KMsw67HGKu

2
.moats
View File

@ -1 +1 @@
202402131748471892
202402131758514726

View File

@ -4,4 +4,4 @@
* Juste : PAF/2 + PIF
* Carré : PAF/4 + PIF²
[ESSAYEZ LA DERNIERE VERSION](http://ipfs.asycn.io/ipfs/QmXzcrtjmA6Ykieu78CuVnkyCiQk2MpQNhV8KMsw67HGKu)
[ESSAYEZ LA DERNIERE VERSION](http://ipfs.asycn.io/ipfs/QmQZpEUA2pMSqWMg22nevCgb5FqKoDyraJNxqdxTaoNE6V)

View File

@ -154,7 +154,7 @@ Trouvez facilement le forfait à pratiquer pour conserver votre activité dans u
<div class="result" id="result"><b>Pour nn unités :<br></b>xx €<br>yy DUs </div>
<br>
Calculateur pour marchand en herbe - <a href='https://git.p2p.legal/STI/G1Forfait' target='code'>le code</a> - <br>
/ipfs/QmXzcrtjmA6Ykieu78CuVnkyCiQk2MpQNhV8KMsw67HGKu
/ipfs/QmQZpEUA2pMSqWMg22nevCgb5FqKoDyraJNxqdxTaoNE6V
</div>
<script>

View File

@ -7,6 +7,14 @@
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
############################################################### ipfs
## __ __ ___ ____ ____ ___ _ _____ ____ ____ _____ ____
## | \/ |_ _/ ___| _ \ / _ \ | | | ____| _ \ / ___| ____| _ \
## | |\/| || | | | |_) | | | | | | | _| | | | | | _| _| | |_) |
## | | | || | |___| _ <| |_| | | |___| |___| |_| | |_| | |___| _ <
## |_| |_|___\____|_| \_\\___/ |_____|_____|____/ \____|_____|_| \_\ me
MOATS=$(date -u +"%Y%m%d%H%M%S%4N")
OLD=$(cat ${MY_PATH}/.chain)
@ -23,7 +31,7 @@ echo ${MOATS} > ${MY_PATH}/.moats
sed -i "s~${OLD}~${TW}~g" ${MY_PATH}/README.md
sed -i "s~${OLD}~${TW}~g" ${MY_PATH}/index.html
echo '
echo '# MAKE YOUR GIT IPFS LINKING
git add .
git commit -m "Try ME /ipfs/'${TW}'"
git push