We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6168bb8 commit 7ba6caeCopy full SHA for 7ba6cae
bash/clockhands.sh
@@ -5,4 +5,4 @@ for i in {0..10}; do
5
m=$((t / 60 % 60))
6
s=$((t % 60))
7
printf "%02d:%02d:%02d\n" $((h == 0 ? 12 : h)) $((m)) $((s))
8
-done
+done
bash/hello.sh
@@ -1 +1,2 @@
1
-echo Hello, World!
+#!/usr/bin/env bash
2
+echo Hello, World!
0 commit comments