Skip to content

Commit 5050601

Browse files
committed
Merge pull request uutils#624 from dokaptur/ptx
initial ptx commit
2 parents c7aa7e0 + 5aa68eb commit 5050601

File tree

7 files changed

+638
-0
lines changed

7 files changed

+638
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ PROGS := \
6767
od \
6868
paste \
6969
printenv \
70+
ptx \
7071
pwd \
7172
readlink \
7273
realpath \
@@ -173,6 +174,7 @@ TEST_PROGS := \
173174
mv \
174175
nl \
175176
paste \
177+
ptx \
176178
pwd \
177179
readlink \
178180
rm \

src/ptx/deps.mk

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DEPLIBS += regex

0 commit comments

Comments
 (0)