Skip to content

Commit 725072f

Browse files
committed
v0.0.3
1 parent 9afce8f commit 725072f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "runfile.sh",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Language-agnostic project task runner built on the ubiquitous Make.",
55
"main": "runfile.sh",
66
"files": [

runfile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# runfile.sh · v0.0.2
3+
# runfile.sh · v0.0.3
44

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

0 commit comments

Comments
 (0)