Skip to content

1RaY-1/terminal-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

Just colors...

How to download and run it?

  • Type: git clone https://github.com/1RaY-1/terminal-colors in your terminal OR just download zipped file.

Then...

On Windows

.\fun.ps1

  • If you receieve an error saying that running scripts is disabled on this system, execute this on Powershell (as Admin):

Set-ExecutionPolicy RemoteSigned

On Linux or Android (with the necessary program installed)

bash fun.sh

More

  • You can't type while running this scripts.

  • To Stop it: CTRL + C

  • On Windows when you don't execute any scripts, set ExecutionPolicy back to Restricted for better security:

Set-ExecutionPolicy Restricted