mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 04:42:24 +03:00
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf state
|
|
git clone --depth 1 https://github.com/aelve/guide-database.git
|
|
mv guide-database state
|
|
(cd state; gzip -d *.gz)
|