Skip to content
Snippets Groups Projects
Commit 2447bfaf authored by Harald Nezbeda's avatar Harald Nezbeda
Browse files

Add bash shebang in database export

parent 1c47c442
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
_os="`uname`"
_now=$(date +"%m_%d_%Y")
_file="wp-data/data_$_now.sql"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment