Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
cd63d8e5
Commit
cd63d8e5
authored
Aug 13, 2001
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
audio completion notification
parent
cf194297
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
BUILD/FINISH.sh
BUILD/FINISH.sh
+8
-0
sounds/compilation_finished.au.gz
sounds/compilation_finished.au.gz
+0
-0
No files found.
BUILD/FINISH.sh
View file @
cd63d8e5
...
...
@@ -45,3 +45,11 @@ then
else
echo
"
$commands
"
fi
comp_finished
=
sounds/compilation_finished.au.gz
if
[
-c
/dev/audio
]
&&
[
-f
"
$comp_finished
"
]
then
gunzip
-c
$comp_finished
>
/dev/audio
fi
sounds/compilation_finished.au.gz
0 → 100644
View file @
cd63d8e5
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment