Pinned Loading
-
useful-bash-scripts-file-management....
useful-bash-scripts-file-management.bash 1for i in {0..26}; do cp 0.json assets/$i.json; jq '.name = .name + " #'$i'" | .image = "'$i'.png" | .properties.files[0].uri = "'$i'.png"' assets/$i.json > tmp.$$.json && mv tmp.$$.json assets/$i.json; done
2new=0;for i in assets/*.png; do mv -n "$i" assets/"$new.png"; ((new++)); done
3find ./assets/ -maxdepth 1 -type f -name "*.png" | wc -l
4for file in `ls -U | head -10`; do rm "$file"; done
5for i in assets/*.png; do mv "$i" assets/"$(uuidgen).png"; done
-
-
opencardinal/staking-ui
opencardinal/staking-ui PublicFree battle-tested self-service NFT staking platform on Solana
-
-
-
thevalkar/moonbot
thevalkar/moonbot PublicSolana automated sniper and signals bot: watch transactions, snipe tokens on Raydium and Pump.fun, and alert on socials
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.