Merge pull request #122 from divinity76/patch-2

clean up the files left in /tmp
This commit is contained in:
Anthony Scopatz 2016-10-13 18:09:35 -05:00 committed by GitHub
commit e0f5609ea7
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ cd ~/.nano/
unzip -o "/tmp/nanorc.zip"
mv nanorc-master/* ./
rm -rf nanorc-master
rm /tmp/nanorc.zip
if [ ! -f ~/.nanorc ]
then
@ -18,3 +19,4 @@ fi
cat ~/.nano/nanorc >> ~/.nanorc
sort -u ~/.nanorc > /tmp/nanorc2
cat /tmp/nanorc2 > ~/.nanorc
rm /tmp/nanorc2