Skip to content

Instantly share code, notes, and snippets.

@leifmadsen
Last active December 14, 2015 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leifmadsen/5073538 to your computer and use it in GitHub Desktop.
Save leifmadsen/5073538 to your computer and use it in GitHub Desktop.
(Dir.entries("/etc/.config/var/lib/asterisk/agi-bin") - %w{ . .. }).each do |agi_file|
link "/var/lib/asterisk/agi-bin/#{agi_file}" do
to "/etc/.config/var/lib/asterisk/agi-bin/#{agi_file}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment