Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 30, 2023
1 parent 1850d22 commit 489d45b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@
Revision history for Shell-Command

{{$NEXT}}

1.0 2023-07-30T20:57:52+02:00
- First version in the zef ecosystem
6 changes: 4 additions & 2 deletions META6.json
Expand Up @@ -22,7 +22,7 @@
"File::Which",
"File::Find"
],
"description": "Provide **cross-platform** routines emulating common *NIX shell commands",
"description": "provide **cross-platform** routines emulating common \\*NIX shell commands",
"license": "MIT",
"name": "Shell::Command",
"perl": "6.*",
Expand All @@ -32,7 +32,9 @@
"resources": [
],
"source-url": "git://github.com/raku-community-modules/Shell-Command.git",
"tags": [ "SHELL", "UNIX"
"tags": [
"SHELL",
"UNIX"
],
"test-depends": [
"Test"
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,9 +1,9 @@
[![Actions Status](https://github.com/raku-community-modules/Shell-Command/actions/workflows/test.yml/badge.svg)](https://github.com/raku-community-modules/Shell-Command/actions)

NAME Shell::Command
===================
NAME
====

Provides **cross-platform** routines emulating common \*NIX shell commands
Shell::Command - provide **cross-platform** routines emulating common \*NIX shell commands

SYNOPSIS
========
Expand Down

0 comments on commit 489d45b

Please sign in to comment.