Animegirl‐kisser on Nostr: swagchen To dump it all into the current directory and delete the archive if ...
swagchen (npub1s98…jez5)To dump it all into the current directory and delete the archive if successful:
for f in *.zip; do 7z -o. "$f" && rm "$f"; done
To make a directory for each zip and delete the archive if successful:
for f in *.zip; do 7z x -o"${f%.zip}" "$f" && rm "$f"; done
Published at
2024-06-20 14:43:33Event JSON
{
"id": "1d46fa7393720369847d1559ac65aa5b872fb0a1de96e412c89d7266b1c03890",
"pubkey": "dfab8c8714f4b476bc8b1387cebbc3b76064343c61eed30978a1a04d0d455d72",
"created_at": 1718894613,
"kind": 1,
"tags": [
[
"p",
"814f68bf9bf5d1f3e40cf9d314fd48798c4efc27662868556165884632e79215",
"wss://relay.mostr.pub"
],
[
"e",
"3615f30b4d6d6b6f815092c9b1ad527a94d527f90fe8ed95ecb7f7e8098e2687",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://gearlandia.haus/objects/935c49d8-8610-4e5d-aa67-8e3c8640164d",
"activitypub"
]
],
"content": "nostr:npub1s98k30um7hgl8eqvl8f3fl2g0xxyalp8vc5xs4tpvkyyvvh8jg2snmjez5\nTo dump it all into the current directory and delete the archive if successful:\nfor f in *.zip; do 7z -o. \"$f\" \u0026\u0026 rm \"$f\"; done\nTo make a directory for each zip and delete the archive if successful:\nfor f in *.zip; do 7z x -o\"${f%.zip}\" \"$f\" \u0026\u0026 rm \"$f\"; done",
"sig": "9294151bcdf309eabc5152404263d0532cb5241c6eabed11b4b4ca65bd049edeb42460f11ec1153bb5ac155f0c6f0665d7f7c7c3aebad70bab277e3437d9b19e"
}