mirror of
https://github.com/php-fig/www.php-fig.org.git
synced 2026-03-23 22:42:13 +01:00
8 lines
107 B
Bash
Executable File
8 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -o pipefail
|
|
|
|
cd $(dirname "$0")/../source/_includes/fig-standards
|
|
git pull
|