mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
5 lines
90 B
Bash
5 lines
90 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $HOME
|
||
|
git clone https://github.com/vmstan/gravity-sync.git
|
||
|
cd gravity-sync
|