6 lines
80 B
Text
6 lines
80 B
Text
|
#!/usr/bin/env sh
|
||
|
cd /tmp
|
||
|
git clone https://github.com/mwh/dragon
|
||
|
cd dragon
|
||
|
pwd
|