Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| if [ -z "$1" -o -z "$2" -o -z "$3" ]; then | |
| cat <<EOF | |
| getdicts lang2 country language | |
| lang2 - the two letter abbreviation of the language ISO 3166-1 ALPHA-2 | |
| country - the two letter abbreviation of the country ISO 639 | |
| language - the full name of the language |