-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclone_repo.sh
More file actions
executable file
·34 lines (32 loc) · 1.8 KB
/
clone_repo.sh
File metadata and controls
executable file
·34 lines (32 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#! /usr/bin/bash
git clone https://github.com/OpenPrinting/cups.git
git clone https://github.com/michaelrsweet/pappl.git
git clone https://github.com/OpenPrinting/pappl-retrofit.git
git clone https://gitlab.gnome.org/GNOME/gtk.git
# cloning other repositories ...
git clone https://github.com/OpenPrinting/foomatic-db-nonfree.git
git clone https://github.com/OpenPrinting/foomatic-db-engine-4.git
git clone https://github.com/OpenPrinting/printer-application-framework.git
git clone https://github.com/OpenPrinting/goipp.git
git clone https://github.com/OpenPrinting/ippusbxd.git
git clone https://github.com/OpenPrinting/pidcodes.github.com.git
git clone https://github.com/OpenPrinting/pyppd.git
git clone https://github.com/OpenPrinting/cpdb-backend-gcp.git
git clone https://github.com/OpenPrinting/cups-local.git
git clone https://github.com/OpenPrinting/cups-commands.git
git clone https://github.com/OpenPrinting/cups-sharing.git
git clone https://github.com/OpenPrinting/foomatic-db-webapp.git
git clone https://github.com/OpenPrinting/foomatic-db-engine.git
git clone https://github.com/OpenPrinting/braille-printer-app.git
git clone https://github.com/OpenPrinting/pycups.git
git clone https://github.com/OpenPrinting/cpdb-backend-file.git
git clone https://github.com/OpenPrinting/cpdb-libs.git
git clone https://github.com/OpenPrinting/libcupsfilters.git
git clone https://github.com/OpenPrinting/libppd.git
git clone https://github.com/OpenPrinting/cups-browsed.git
git clone https://github.com/OpenPrinting/cups-filters.git
git clone https://github.com/OpenPrinting/foomatic-db.git
git clone https://github.com/OpenPrinting/cpdb-backend-cups.git
git clone https://github.com/OpenPrinting/ipp-usb.git
git clone https://github.com/OpenPrinting/libcups.git
git clone https://github.com/OpenPrinting/ghostscript-printer-app.git