Skip to content

Instantly share code, notes, and snippets.

View turbulentie's full-sized avatar

turbulentie turbulentie

  • France
View GitHub Profile

List of exit codes for GNU/Linux

Exit Code Description
0 Success
1 Operation not permitted
2 No such file or directory
3 No such process
4 Interrupted system call
5 Input/output error
@turbulentie
turbulentie / gnuplot-waveform.sh
Created September 29, 2024 14:11
Plotting waveform of audiofile data in gnuplot using stats from sox
#!/bin/bash
# -----------------------------------------------------------------------------
# file: gnuplot-waveform.sh
# -----------------------------------------------------------------------------
#
# author: turbulentie
# created: 2024-09-29 (09:48:25)
# updated: 2024-09-29 (17:02:03)
# revision: 1.0