User:Yoana Buzova/ prototyping1: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 October 2013

  • curprev 15:2215:22, 28 October 2013Yoana Buzova talk contribs 266 bytes +266 Created page with "<source lang="bash"> #!/bin/bash ## set volume to gradually increase to 3/4 max while true; do for((i=0;i<100;i++)); do osascript -e "set volume output volume $i" done..."