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