mirror of
https://github.com/aelve/guide.git
synced 2024-11-24 13:52:44 +03:00
6 lines
114 B
Bash
6 lines
114 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf state
|
||
|
git clone --depth 1 https://github.com/aelve/guide-database.git
|
||
|
mv guide-database state
|