Skip to content

Commit

Permalink
Tidy shell code
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Dec 14, 2023
1 parent e08ac6a commit f47f433
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions utils/dc
Expand Up @@ -143,12 +143,11 @@ main() {
;;
install_dzil)
cpanm --notest App::cpm
cpm install --workers="$($0 nice_cpus)" --global \
Dist::Zilla
cpm install --workers="$($0 nice_cpus)" --global Dist::Zilla
plenv rehash
dzil authordeps --missing | \
dzil authordeps --missing |
xargs cpm install --workers="$($0 nice_cpus)" --global
dzil listdeps --missing | \
dzil listdeps --missing |
xargs cpm install --workers="$($0 nice_cpus)" --global
;;
nice_cpus)
Expand Down

0 comments on commit f47f433

Please sign in to comment.