- Florianópolis, Brazil
-
13:10
(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 1# install zsh
2rm -rf ~/.oh-my-zsh/
3echo y | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
45# install zsh-autosuggestions
-
-
-
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.