Skip to content

lib-crash/bash-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

bash-types

Types for bash.


Is it safe? No.

Is it fast? No.

Is it stable? No.

Is it smart? No.

Does it work? ... kinda actually

source bash-types.sh

int a=2

echo "$a" # => 2

int b=foo # => Error: int b assigned to non numeric value 'foo'

About

This is an april fools joke

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages