Skip to content

Commit bcdb778

Browse files
Fix parameter transmission
1 parent ccb050c commit bcdb778

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/duh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
# -h "Human-readable" output. Use unit suffixes:
2828
# Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte.
2929
#
30-
du -h
30+
du -h $@

src/l.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
# and a vertical bar (`|') after each that is a FIFO.
3434
# --color=always Colorize the output.
3535
#
36-
ls -CF --color=always
36+
ls -CF --color=always $@

src/li.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
# Force output to be one entry per line.
3030
# This is the default when output is not to a terminal.
3131
#
32-
l.sh -1
32+
l.sh -1 $@

src/lol.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
# Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte
3333
# in order to reduce the number of digits to three or less using base 2 for sizes.
3434
#
35-
l.sh -lh
35+
l.sh -lh $@

src/lola.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
# -A List all entries except for . and ..
2929
# Always set for the super-user.
3030
#
31-
lol.sh -A
31+
lol.sh -A $@

0 commit comments

Comments
 (0)