Simple snow in your terminal
Cloning to use make:
git clone https://github.com/CodeSh/SnowScript.git snow
cd snow
Install:
sudo make install
Execute:
snow
More commands:
# Set the velocity
snow -v [TIME] # Ex. snow -v 0.9
# Set the symbol of the snow
snow -s [SYMBOL] # Ex. snow -s +
##### In the parameter -s of snowscript if you want a word use this:
snow -s 'my word'
Multi command:
# Set velocity and symbol
snow -s [SYMBOL] -v [NUMBER] # Ex. snow -s / -v 0.4
Set the language ** Require sudo privileges **
sudo snow --lang [EN|ES]
The parameter -s
can be replaced by --select
and the parameter -v
can be replaced by --velocity
Original source from maketecheasier
Remove:
sudo make remove