jeang3nie
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-22 00:26:44 -05:00
7630e016c9 Add realpath applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 20:57:19 -05:00
862ad82b47 Add chroot applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 19:35:26 -05:00
eeb9a61fa3 Add logname applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 19:21:52 -05:00
d92cb9f208 Add printenv applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 18:27:20 -05:00
9df197a4b9 Add chgrp applet; Add args module for commonly used args to increase
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 09:13:23 -05:00
f68ae6df91 chmod - implement quiet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 01:55:54 -05:00
71a9f8839a Add mknod applet (untested)
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-20 23:54:50 -05:00
e9e9c53f19 Add mkfifo applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-20 22:47:37 -05:00
091bf713bd Add pwd applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-20 12:09:27 -05:00
0453acd0de Add chmod applet (untested)
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-19 19:09:38 -05:00
e648a8a83a Cleanup chown applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-18 21:46:44 -05:00
7fc064a441 chown - Removed several clones
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-18 21:43:59 -05:00
3016f4c234 Add chown applet (untested not optimized)
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-17 17:47:25 -05:00
fcf416ea3b Add rm to applet list on README
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-17 17:41:14 -05:00
3c27255c5b Fix previous fix - doh!
b94ebaa4bd rm - fix interactive prompts
8a14cfb590 Add rm applet
Compare 3 commits »
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-16 23:45:42 -05:00
f7b7fcca16 Add rmdir applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-16 22:32:20 -05:00
1ff61def39 New trait Mode, currently just prints the symbolic representation of a
jeang3nie pushed to odin at Hitchhiker/src 2023-01-10 22:10:45 -05:00
c9487dbd47 which - add license file header
jeang3nie pushed to odin at Hitchhiker/src 2023-01-10 22:09:12 -05:00
2dcdba7704 which - once a match is found in $PATH, test that it is a regular file
jeang3nie pushed to musl at Hitchhiker/src 2023-01-10 00:56:40 -05:00
fd4713eb1e Compilation upo to Util-linux on x86_64