freebsd-update fetchfreebsd-update install
pkg update -y
| { | |
| "__inputs": [], | |
| "__requires": [ | |
| { | |
| "type": "panel", | |
| "id": "gauge", | |
| "name": "Gauge", | |
| "version": "" | |
| }, | |
| { |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| import os, sys, re, argparse | |
| parser = argparse.ArgumentParser(description='Fix PHP file endings') | |
| parser.add_argument('directory', metavar='d', help='The path to the PHP sources') | |
| args = parser.parse_args() | |
| path = args.directory |
| <IfModule mod_mime.c> | |
| AddType text/css .css | |
| AddType application/x-javascript .js | |
| AddType text/x-component .htc | |
| AddType text/richtext .rtf .rtx | |
| AddType image/svg+xml .svg .svgz | |
| AddType text/plain .txt | |
| AddType text/xsd .xsd | |
| AddType text/xsl .xsl | |
| AddType text/xml .xml |