5 lines
55 B
Bash
5 lines
55 B
Bash
#!/bin/bash
|
|
|
|
alias http='python2 -m SimpleHTTPServer'
|
|
|
#!/bin/bash
|
|
|
|
alias http='python2 -m SimpleHTTPServer'
|
|
|