7 lines
107 B
Bash
7 lines
107 B
Bash
#!/bin/bash -e
|
|
|
|
# Added an arbitrary comment
|
|
|
|
git clone git@git.rcmd.space:rcmd/dummy.git
|
|
cd dummy && make
|