- Curitiba, Brazil
-
15:51
(UTC -03:00)
Pinned Loading
-
useful-bash-scripts-file-management....
useful-bash-scripts-file-management.bash 1find from_folder -name '*.*' -exec mv {} to_folder \;
2ls -1q * | wc -l
3for 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
4new=0;for i in assets/*.png; do mv -n "$i" assets/"$new.png"; ((new++)); done
5find ./assets/ -maxdepth 1 -type f -name "*.png" | wc -l
-
my script for setting up programming...
my script for setting up programming machine on Mac & Linux 1if [ "$(uname)" = "Darwin" ]; then
2brew install zsh libatomic1
3elif [ "$(uname)" = "Linux" ]; then
4apt-get install zsh libatomic1
5else
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.




