6 lines
80 B
Bash
6 lines
80 B
Bash
#!/bin/bash
|
|
|
|
php publish.php
|
|
|
|
read -n1 -r -p "Press any key to continue..." key
|