Skip to content

Instantly share code, notes, and snippets.

@Masterxilo
Last active December 5, 2018 18:49
Show Gist options
  • Save Masterxilo/2358b90a1168190432b674e9655fa864 to your computer and use it in GitHub Desktop.
Save Masterxilo/2358b90a1168190432b674e9655fa864 to your computer and use it in GitHub Desktop.
#!/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
@Masterxilo
Copy link
Author

run with

bash <(curl https://gist.githubusercontent.com/Masterxilo/2358b90a1168190432b674e9655fa864/raw/bitcrazed-24bit-color%2520all%2520tests)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment