Skip to content

encode a bash command with charset $, (, ), #, !, {, }, <, \, '.

Notifications You must be signed in to change notification settings

0xddaa/bashfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

BashFuck!

BashFuck is an esoteric and educational programming style based on the atomic parts of Bash. It uses only 11 different characters to write and execute code.

BashFuck example

The current charset used is: $, (, ), #, !, {, }, <, \ , ', ,

usage: bashfuck.sh [-h] [-t] [-b] cmd

encode a bash command with charset $()#!{}<\',

positional arguments:
  cmd

optional arguments:
  -h, --help  show this help message and exit
  -t, --test  test bashfuck and output result
  -b, --bash  leaves the default bash string using [bash] chars, but avoids
              the usage of the "!" and uses one byte less. always works.

About

encode a bash command with charset $, (, ), #, !, {, }, <, \, '.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages