"
" Command to check files per file types
"
-">SHELL_REPLACE echo "let mimeCheck = {"; dbq t=mime -cut 1,3 | sort -k 1 | sed -E -e "s/'/''/g" -e "s/^(.*?)\t(.*)$/ \\\,'\1' : '\2'/" -e "0,/,/s/,//" ; echo "\}"
+">SHELL_REPLACE echo "let mimeCheck = {"; dbq db=nb-sys t=mime -cut 1,3 | sort -k 1 | sed -E -e "s/'/''/g" -e "s/^(.*?)\t(.*)$/ \\\,'\1' : '\2'/" -e "0,/,/s/,//" ; echo "\}"
let mimeCheck = {
\'bash' : 'bash -c'
\,'erb' : 'sh -c \"cat | erb -x - | ruby -c\" <'
<?php
class Http {
const Status = [
-#>SHELL_REPLACE dbq t=http_status -cut 1,2 | perl -pe "s/'/\\\\'/; s/^(.*?)\t(.*?)$/ '\$1' => '\$2',/"
+#>SHELL_REPLACE dbq db=nb-sys t=http_status -cut 1,2 | perl -pe "s/'/\\\\'/; s/^(.*?)\t(.*?)$/ '\$1' => '\$2',/"
'100' => 'Continue',
'101' => 'Switching Protocols',
'102' => 'Processing',
<?php
class Mime {
const Types = [
-#>SHELL_REPLACE dbq t=mime_type -cut 2,3 | perl -pe "s/'/\\\\'/; s/^(.*?)\t(.*?)$/ '\$1' => '\$2',/"
+#>SHELL_REPLACE dbq db=nb-sys t=mime_type -cut 2,3 | perl -pe "s/'/\\\\'/; s/^(.*?)\t(.*?)$/ '\$1' => '\$2',/"
'application/applixware' => 'aw',
'application/atom+xml' => 'atom xml',
'application/atomcat+xml' => 'atomcat',