Last active
December 5, 2018 18:49
-
-
Save Masterxilo/2358b90a1168190432b674e9655fa864 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# see https://blogs.msdn.microsoft.com/commandline/2016/09/22/24-bit-color-in-the-windows-console | |
pushd /tmp | |
git clone https://github.com/bitcrazed/24bit-color | |
cd 24bit-color | |
rm *.md | |
chmod +x * | |
bash <(ls -1 | sed 's:^\(.*\):read -p "Press enter to run \1";./\1:') | |
cd .. | |
rm -rf 24bit-color | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run with