1
0
mirror of https://github.com/goharbor/harbor synced 2025-04-25 16:58:14 +00:00
2016-07-26 00:19:30 +08:00

8 lines
98 B
Bash
Executable File

#!/bin/sh
set -x
set -e
python setup.py install --record files.txt
cat files.txt | xargs rm -rf