dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

yes-or-enter (126B)


      1 #!/bin/bash
      2 
      3 # Step over prompts from the package-manager.
      4 if [ -f /etc/arch-release ]; then
      5     yes '' 
      6 else
      7     yes
      8 fi
      9