File: clone_testdir.sh

package info (click to toggle)
ckon 0.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: cpp: 820; makefile: 160; sh: 76; python: 28
file content (6 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash

srcdir="StRoot"
[ -e $srcdir ] && rm -rfv $srcdir
mkdir -p $srcdir
git clone https://github.com/tschaume/BesCocktail.git $srcdir/BesCocktail