Skip to content
Snippets Groups Projects
Verified Commit 72222000 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

feat(db-move): colorize output by default

parent f6750fb2
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
set -eo pipefail
shopt -s nullglob
colorize
if (( $# < 3 )); then
msg "usage: %s <repo-from> <repo-to> <pkgname|pkgbase> ..." "${0##*/}"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment