Skip to content

Instantly share code, notes, and snippets.

@firasuke
Last active December 3, 2020 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firasuke/adbcb1b1360beee170844d8282fc0699 to your computer and use it in GitHub Desktop.
Save firasuke/adbcb1b1360beee170844d8282fc0699 to your computer and use it in GitHub Desktop.
#!/usr/bin/dash -e
# Copyright (c) 2020, Firas Khalil Khana
# Distributed under the terms of the ISC License
for i in $(seq 30 37) $(seq 40 48); do
for j in $(seq 0 9); do
printf "\033[$j;${i}m\\\033[$j;${i}m\033[0m "
done
printf '\n'
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment