Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evnp committed Sep 8, 2024
1 parent 091ed3f commit 0f61124
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Usage
```sh
$ run --runfile-help

· runfile.sh · v0.0.1 ·

· Usage · run ····················· Print all available tasks.
run [options] [task] ···· Run a task.
run [options] [action] ·· Run a Runfile/Makefile action.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runfile.sh",
"version": "0.0.1",
"version": "0.0.2",
"description": "Language-agnostic project task runner built on the ubiquitous Make.",
"main": "runfile.sh",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion runfile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# runfile.sh · v0.0.1
# runfile.sh · v0.0.2

function version() {
head -n 3 < "$0" | tail -1 | cut -c3-
Expand Down

0 comments on commit 0f61124

Please sign in to comment.