diff options
Diffstat (limited to 'bashweb.sh')
-rwxr-xr-x | bashweb.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bashweb.sh b/bashweb.sh new file mode 100755 index 0000000..b1c6f26 --- /dev/null +++ b/bashweb.sh @@ -0,0 +1,7 @@ +#!/bin/bash +########################################################## +## ## +## Bashweb, a cursed (probably static) web server ## +## written in bash. ## +## ## +########################################################## |