Try ME /ipfs/QmYRXWPdyZ61esiUFEHxUh563TbXuH2sRxwr5e1k9emWAi

This commit is contained in:
fred 2023-08-13 02:18:26 +02:00
parent 2f35ad9c71
commit 8278b6180e
6 changed files with 5 additions and 6 deletions

2
.chain
View File

@ -1 +1 @@
QmVjw8PDNYzWvHoz4hVQhqLFeGs4JAYc1N4itqe276hBkt
QmYRXWPdyZ61esiUFEHxUh563TbXuH2sRxwr5e1k9emWAi

View File

@ -1 +0,0 @@
QmUgzu2S5XF4mZQvtwDUk8YwkvYLa27CbQeYVm6QULfYPF

2
.moats
View File

@ -1 +1 @@
202308130012488771
202308130018194862

View File

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

View File

@ -13,7 +13,7 @@ OLD=$(cat ${MY_PATH}/.chain)
cp ${MY_PATH}/.chain \
${MY_PATH}/.chain.$(cat ${MY_PATH}/.moats)
TW=$(ipfs add -wq ${MY_PATH}/index.html | tail -n 1)
TW=$(ipfs add -rwHq ${MY_PATH}/*.* | tail -n 1)
[[ ${TW} == ${OLD} ]] && echo "No change." && exit 1
@ -24,6 +24,6 @@ sed -i "s~${OLD}~${TW}~g" ${MY_PATH}/README.md
echo '
git add .
git commit -m "Try ME /ipfs/${TW}"
git commit -m "Try ME /ipfs/'${TW}'"
git push
'