donzo
This commit is contained in:
parent
225d0f4b25
commit
94d12da846
4 changed files with 10 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
title: A statement
|
title: Infrastructure complete
|
||||||
author: Rakarake
|
author: Rakarake
|
||||||
pubDate: Fri, Mar 27 2026
|
pubDate: Sat, Mar 28 2026
|
||||||
---
|
---
|
||||||
Kyuuuuuuu! 🐳
|
It's been done 🐍🥰💕.
|
||||||
|
|
||||||
|
|
|
||||||
2
push.sh
2
push.sh
|
|
@ -2,6 +2,6 @@
|
||||||
for file in $(find public -type f)
|
for file in $(find public -type f)
|
||||||
do
|
do
|
||||||
echo "uploading: $file"
|
echo "uploading: $file"
|
||||||
curl -X PUT --data @$file -u "Rakarake:h7us3lTlFWVaRTKq16" https://mdf.farm/api/$file
|
curl -X PUT --data @$file -u "Rakarake:h7us3lTlFWVaRTKq16" https://mdf.farm/api/${file#*/}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
5
test.sh
Executable file
5
test.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
x=a/b/c/d
|
||||||
|
y=a/
|
||||||
|
echo ${x#a/}
|
||||||
|
echo ${x#$y}
|
||||||
|
echo ${x#*/}
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
rsync -rvz -e 'ssh -p 8022' --progress public/* rakarake@chat.mdf.farm:/data/website
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue