Skip to content

Commit 8ead0ca

Browse files
committed
Merge branch 'gh-pages'
2 parents 08f831c + 80b4a4a commit 8ead0ca

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Scripts/Beep-sound.ogg

6.45 KB
Binary file not shown.

Scripts/alarm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ echo "Sleeping for $1 minutes"
44

55
sleep $(expr $1 \* 60)
66

7-
echo -e "\a" # Alarm
7+
cvlc --play-and-exit Beep-sound.ogg # Alarm
88

99
echo "Time up"

Slide/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<title>Linux Workshop</title>
88

9-
<meta name="description" content="Basic Linux Workshop">
9+
<meta name="description" content="Basic GNU/Linux Workshop">
1010
<meta name="author" content="sims">
1111

1212
<meta name="apple-mobile-web-app-capable" content="yes" />

0 commit comments

Comments
 (0)