Skip to content

Instantly share code, notes, and snippets.

View sorahn's full-sized avatar
🎩

Daryl Roberts sorahn

🎩
  • Tovia, LLC
  • Atlanta
View GitHub Profile
labuser@rsdirtylnx:/home/incoming/relayserver/quicksetup_apache$ sudo ./ap-setup.sh
+ source /home/incoming/relayserver/quicksetup_apache/__funcs__.sh
./ap-setup.sh: 12: ./ap-setup.sh: source: not found
+ clear
+ echo
+ echo You are about to execute the Relay Server quick setup script for
You are about to execute the Relay Server quick setup script for
+ echo Apache. Output of this setup script will be captured in ap-setup.log.
Apache. Output of this setup script will be captured in ap-setup.log.
@sorahn
sorahn / README.md
Created September 10, 2020 11:10 — forked from jdennes/README.md
Convert a directory of .ogg files to .mp3 files
  • You need ffmpeg installed. If you have Homebrew installed on a Mac, you can do this by running:

    brew install ffmpeg
    
  • Put process.sh in directory containing .ogg files.

  • Ensure it's executable: