Skip to content

Instantly share code, notes, and snippets.

View AnisBoss's full-sized avatar

Anis Hamdi AnisBoss

View GitHub Profile
#Author Anis_Boss
#!/bin/bash
zero='${#}'
one='${##}'
two='$((${##}<<${##}))'
three='$(($((${##}<<${##}))#${##}${##}))'
four='$((((${##}<<${##}))<<${##}))'
five='$(($(($((${##}<<${##}))<<${##}))#${##}${##}))'
six='$(($(($((${##}<<${##}))#${##}${##}))<<${##}))'
seven='$(($(($(($((${##}<<${##}))#${##}${##}))<<${##}))#${##}${##}))'