11 lines
165 B
Bash
Executable File
11 lines
165 B
Bash
Executable File
#! /bin/bash
|
|
|
|
cd ./x86_64
|
|
|
|
rm cringe*
|
|
repo-add cringe.db.tar.gz *.pkg.*
|
|
|
|
rm cringe.db cringe.files
|
|
mv cringe.db.tar.gz cringe.db
|
|
mv cringe.files.tar.gz cringe.files
|