Skip to content

Instantly share code, notes, and snippets.

@christophetd
Created September 29, 2015 07:17
Show Gist options
  • Save christophetd/4e421c2ce30c0a59b642 to your computer and use it in GitHub Desktop.
Save christophetd/4e421c2ce30c0a59b642 to your computer and use it in GitHub Desktop.
#!/bin/bash
CFG_DIR="/cfg"
if [ -z $EDITOR ]; then
EDITOR=`which vim`
fi
sudo $EDITOR $CFG_DIR/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment