Skip to content

Commit 6168bb8

Browse files
committed
Merge branch 'main' of github.com:rtoal/ple
2 parents 603083d + 33ce525 commit 6168bb8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bash/clockhands.sh

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ for i in {0..10}; do
55
m=$((t / 60 % 60))
66
s=$((t % 60))
77
printf "%02d:%02d:%02d\n" $((h == 0 ? 12 : h)) $((m)) $((s))
8-
done
8+
done

bash/hello.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
echo Hello, World!

0 commit comments

Comments
 (0)