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