mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Removed useless code and use sh instead of bash because we can
This commit is contained in:
parent
96a7b10fed
commit
9d5e77587e
@ -1,11 +1,10 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
case $1 in
|
||||
gmail) SERVER="imap.gmail.com"; LOGIN="alrayyes@gmail.com";;
|
||||
andthensome) SERVER="imap.gmail.com"; LOGIN="ryan@andthensome.nl";;
|
||||
ryankes) SERVER="imap.mailbox.org"; LOGIN="ryan@ryankes.eu";;
|
||||
rss) SERVER="rss.higherlearning.eu"; LOGIN="alrayyes";;
|
||||
man | kangaroo ) echo -n "two";;
|
||||
*) echo "Unknown argument!"; exit 1;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user