I hereby claim:
- I am jithine on github.
- I am jithine (https://keybase.io/jithine) on keybase.
- I have a public key ASAErjzreId5di5I2StvMsY-HZTurjSwDMSR81JKRqHu2go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # POSIX | |
| # Reset all variables that might be set | |
| file= | |
| verbose=0 # Variables to be evaluated as shell arithmetic should be initialized to a default or validated beforehand. | |
| while :; do | |
| case $1 in | |
| -h|-\?|--help) # Call a "show_help" function to display a synopsis, then exit. |
| .parent { | |
| width: 128.75px; | |
| } | |
| .child { | |
| width: calc(100% - 10px); | |
| height: 30px; | |
| background-color: blue; | |
| } |