fork download
  1. #!/bin/bash
  2. WP_CONF='<?php
  3.  
  4. $table_prefix = '"'"'wp_'"'"';'
  5.  
  6. echo "${WP_CONF}"
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
<?php

$table_prefix  = 'wp_';