7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
|
#!/bin/bash
|
||
|
VERSION=$1
|
||
|
cd /tmp/
|
||
|
git clone https://github.com/standardnotes/web.git
|
||
|
cd web/
|
||
|
git checkout $VERSION
|